:root{--bg-primary: #0f0f13;--bg-hero: #1a1a2e;--bg-card: #1c1c26;--bg-card2: #2d2d44;--border: #2a2a3a;--text-primary: #ffffff;--text-secondary: #aaa;--text-muted: #666;--text-soft: #bbb;--section-title: #e2e2ff;--accent: #6366f1;--accent-text: #818cf8;--accent-light: #a5b4fc;--accent-bg: rgba(99, 102, 241, .15);--accent-bg-weak: rgba(99, 102, 241, .08);--accent-bg-inline: rgba(99, 102, 241, .12);--accent-border: rgba(99, 102, 241, .3);--accent-border-weak: rgba(99, 102, 241, .2)}[data-theme=light]{--bg-primary: #f5f5f8;--bg-hero: #eeeef8;--bg-card: #ffffff;--bg-card2: #e8e8f4;--border: #e0e0ec;--text-primary: #1a1a2e;--text-secondary: #555;--text-muted: #999;--text-soft: #444;--section-title: #1a1a2e;--accent: #6366f1;--accent-text: #4f46e5;--accent-light: #4338ca;--accent-bg: rgba(99, 102, 241, .1);--accent-bg-weak: rgba(99, 102, 241, .05);--accent-bg-inline: rgba(99, 102, 241, .08);--accent-border: rgba(99, 102, 241, .3);--accent-border-weak: rgba(99, 102, 241, .2)}:root{line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg-primary);color:var(--text-primary);transition:background .25s ease,color .25s ease}h1,h2,h3,h4,p{margin:0}*{margin:0;padding:0;box-sizing:border-box}.home-container{min-height:100vh;background:var(--bg-primary);padding:0 0 60px;transition:background .25s ease}.home-header{padding:48px 20px 32px;text-align:center;background:linear-gradient(180deg,var(--bg-hero) 0%,var(--bg-primary) 100%);transition:background .25s ease}.home-title{font-size:28px;font-weight:700;color:var(--text-primary);letter-spacing:4px;margin-bottom:8px}.home-subtitle{font-size:14px;color:var(--text-muted);letter-spacing:2px}.book-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:0 16px;max-width:480px;margin:0 auto}.book-card{background:var(--bg-card);border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .25s ease,border-color .25s ease;border:1px solid var(--border)}.book-card:not(.coming-soon):active{transform:scale(.97)}.book-card:not(.coming-soon):hover{box-shadow:0 8px 32px #6366f133;border-color:var(--accent);transform:translateY(-4px)}.card-cover{position:relative;width:100%;aspect-ratio:3/4;background:linear-gradient(135deg,var(--bg-hero),var(--bg-card2));overflow:hidden}.card-cover img{width:100%;height:100%;object-fit:cover;display:block}.card-cover-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#6366f166;z-index:0}.card-cover img+.card-cover-fallback{z-index:-1}.card-body{padding:12px}.card-title{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:2px}.card-subtitle{font-size:13px;color:var(--accent);margin-bottom:4px;font-style:italic}.card-author{font-size:13px;color:var(--text-muted);margin-bottom:8px}.card-summary{font-size:14px;color:var(--text-secondary);line-height:1.6;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-tags{display:flex;flex-wrap:wrap;gap:4px}.tag{font-size:12px;padding:2px 8px;border-radius:20px;background:var(--accent-bg);color:var(--accent-text);border:1px solid var(--accent-border)}.card-coming-soon{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px}.coming-soon-icon{font-size:32px;opacity:.3}.coming-soon-text{font-size:12px;color:var(--text-muted);letter-spacing:1px}.coming-soon{cursor:default;opacity:.6}@media(min-width:768px){.home-header{padding:64px 40px 40px}.home-title{font-size:36px;letter-spacing:6px}.home-subtitle{font-size:16px}.book-grid{grid-template-columns:repeat(3,1fr);gap:20px;padding:0 32px;max-width:900px}.card-body{padding:14px}.card-title{font-size:17px}.card-summary{font-size:13px}}@media(min-width:1200px){.home-header{padding:80px 40px 48px}.home-title{font-size:42px;letter-spacing:8px}.book-grid{grid-template-columns:repeat(4,1fr);gap:24px;padding:0 48px;max-width:1200px}.card-title{font-size:18px}.card-summary{font-size:13px;-webkit-line-clamp:4}.coming-soon-icon{font-size:40px}}.detail-container{min-height:100vh;background:var(--bg-primary);padding-bottom:60px;transition:background .25s ease}.detail-hero{background:linear-gradient(180deg,var(--bg-hero) 0%,var(--bg-primary) 100%);padding:20px 16px 28px;transition:background .25s ease}.back-btn{background:none;border:none;color:var(--accent-text);font-size:15px;cursor:pointer;padding:0;margin-bottom:20px;display:block;letter-spacing:1px}.back-btn:hover{color:var(--accent-light)}.hero-inner{max-width:900px;margin:0 auto}.hero-content{display:flex;gap:16px;align-items:flex-start;margin-bottom:16px}.hero-cover{position:relative;width:90px;min-width:90px;aspect-ratio:3/4;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,var(--bg-hero),var(--bg-card2));box-shadow:0 8px 24px #0006}.hero-cover img{width:100%;height:100%;object-fit:cover;display:block}.hero-cover-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#6366f180}.hero-info{flex:1;padding-top:4px}.hero-title{font-size:22px;font-weight:700;color:var(--text-primary);margin-bottom:4px;line-height:1.3}.hero-subtitle{font-size:12px;color:var(--accent);font-style:italic;margin-bottom:6px}.hero-author{font-size:12px;color:var(--text-muted);margin-bottom:12px}.hero-tags{display:flex;flex-wrap:wrap;gap:6px}.tag{font-size:10px;padding:3px 10px;border-radius:20px;background:var(--accent-bg);color:var(--accent-text);border:1px solid var(--accent-border)}.hero-summary{font-size:14px;color:var(--text-secondary);line-height:1.7;border-left:3px solid var(--accent);padding-left:12px;max-width:900px;margin:0 auto}.detail-sections{padding:16px;display:grid;grid-template-columns:1fr;gap:16px;max-width:900px;margin:0 auto}.section-card{background:var(--bg-card);border-radius:16px;border:1px solid var(--border);overflow:hidden;transition:background .25s ease,border-color .25s ease}.section-header{display:flex;align-items:center;gap:10px;padding:16px 16px 12px;border-bottom:1px solid var(--border);background:linear-gradient(90deg,var(--accent-bg-weak) 0%,transparent 100%)}.section-icon{font-size:20px}.section-title{font-size:16px;font-weight:700;color:var(--section-title)}.section-body{padding:16px}.section-subtitle{font-size:14px;font-weight:700;color:var(--accent-text);margin:14px 0 6px}.section-subtitle:first-child{margin-top:0}.section-paragraph{font-size:14px;color:var(--text-soft);line-height:1.8;margin-bottom:6px}.inline-code{font-family:Courier New,monospace;font-size:12px;background:var(--accent-bg-inline);color:var(--accent-light);padding:1px 6px;border-radius:4px;border:1px solid var(--accent-border-weak)}.detail-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;color:var(--text-muted)}.detail-not-found button{background:var(--accent);color:#fff;border:none;padding:10px 24px;border-radius:8px;cursor:pointer;font-size:14px}@media(min-width:768px){.detail-hero{padding:32px 40px 40px}.hero-cover{width:130px;min-width:130px}.hero-title{font-size:28px}.hero-subtitle{font-size:14px}.hero-author{font-size:13px}.hero-summary{font-size:15px;padding-left:16px}.detail-sections{grid-template-columns:repeat(2,1fr);padding:24px 40px;gap:20px}.section-title{font-size:17px}.section-paragraph{font-size:14px}}@media(min-width:1200px){.detail-hero{padding:40px 80px 48px}.hero-inner{max-width:1100px}.hero-cover{width:160px;min-width:160px;border-radius:14px}.hero-title{font-size:34px}.hero-subtitle{font-size:15px}.hero-summary{font-size:16px;max-width:1100px;padding-left:20px;border-left-width:4px}.detail-sections{grid-template-columns:repeat(2,1fr);padding:32px 80px;gap:24px;max-width:1260px}.section-header{padding:20px 20px 14px}.section-body{padding:20px}.section-title{font-size:18px}.section-subtitle{font-size:15px}.section-paragraph{font-size:15px;line-height:1.9}}*{-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:var(--bg-primary);color:var(--text-primary)}#root{width:100%}.theme-toggle{position:fixed;top:14px;right:14px;z-index:1000;background:var(--bg-card);border:1px solid var(--border);border-radius:50%;width:40px;height:40px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #00000040;transition:transform .2s ease,background .25s ease,border-color .25s ease;padding:0}.theme-toggle:hover{transform:scale(1.12)}
