*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Microsoft YaHei",sans-serif;font-size:16px;line-height:1.6;color:#333;background:#fff}a{color:#e50914;text-decoration:none;transition:all 0.3s ease}a:hover{color:#b20710;text-decoration:underline}nav{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;background:#222;padding:0.8rem 1.5rem;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,0.15)}nav .logo{font-weight:700;font-size:1.2rem;color:#e50914;flex:0 0 auto;margin-right:1.5rem;white-space:nowrap}nav a{flex:1 1 0;min-width:0;color:#fff;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0.5rem 0.5rem;font-size:0.95rem;border-radius:4px;transition:background 0.2s ease}nav a:hover{background:#444;text-decoration:none}.breadcrumb{font-size:0.9rem;color:#666;margin:1rem 1.5rem 0.5rem;padding:0.8rem 0;border-bottom:1px solid #e0e0e0}.breadcrumb a{color:#e50914;margin:0 0.3rem}.breadcrumb a:hover{text-decoration:underline}main{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#e5091422 0%,#b2071022 100%);border-radius:12px;margin-bottom:3rem}.hero h1{font-size:2rem;font-weight:700;margin:0 0 1rem;color:#e50914;line-height:1.3}.hero .intro{font-size:1.05rem;line-height:1.8;max-width:900px;margin:0 auto;color:#333}section{margin-bottom:3rem}section h2{font-size:1.6rem;font-weight:700;margin:0 0 0.5rem;color:#e50914;border-left:4px solid #e50914;padding-left:1rem}.section-desc{color:#666;margin:0 0 1.5rem;padding-left:1.2rem}.section-desc a{font-weight:600}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.card-list{display:flex;flex-direction:column;gap:1.5rem}.card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all 0.3s ease;box-shadow:0 2px 4px rgba(0,0,0,0.05)}.card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,0.15);border-color:#e50914}.card h3{margin:0 0 0.8rem;font-size:1.25rem;font-weight:700;color:#e50914}.card h3 a{color:#e50914}.card h3 a:hover{color:#b20710;text-decoration:none}.card .meta{font-size:0.9rem;color:#888;margin:0 0 0.8rem}.card .one-line{font-size:0.95rem;line-height:1.6;color:#333;margin:0 0 0.5rem}.card .summary{font-size:0.9rem;line-height:1.6;color:#666;margin:0.5rem 0}.card .review{font-size:0.85rem;font-style:italic;color:#999;margin:0.5rem 0 0}.list-page h1{font-size:2rem;font-weight:700;margin:0 0 1rem;color:#e50914}.page-desc{font-size:1.05rem;line-height:1.8;color:#666;margin-bottom:2rem}.notice{background:#e5091411;border-left:4px solid #e50914;padding:1.5rem;margin-bottom:2rem;border-radius:4px}.notice p{margin:0 0 0.8rem;font-weight:600}.notice ul{list-style:none;padding:0;margin:0.5rem 0 0}.notice li{margin:0.3rem 0}.ranked{position:relative}.ranked::before{content:attr(data-rank);position:absolute;top:1rem;left:1rem;background:#e50914;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.9rem}.detail-page{max-width:900px;margin:0 auto}.detail-page header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e50914}.detail-page h1{font-size:2.2rem;font-weight:700;margin:0 0 1rem;color:#e50914;line-height:1.3}.detail-page .meta{font-size:1rem;color:#888;margin:0.5rem 0}.detail-page .tags{margin:1rem 0 0}.detail-page .tag{display:inline-block;background:#e5091422;color:#e50914;padding:0.3rem 0.8rem;border-radius:4px;font-size:0.85rem;margin:0.2rem 0.3rem 0.2rem 0}.detail-page section{margin-bottom:2.5rem}.detail-page section h2{font-size:1.4rem;font-weight:700;margin:0 0 1rem;color:#e50914}.detail-page section p{font-size:1.05rem;line-height:1.8;margin:0.8rem 0;text-align:justify}.detail-page .related .card-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.error-page{text-align:center;padding:4rem 1rem}.error-page h1{font-size:2.5rem;color:#e50914;margin-bottom:1rem}.error-page p{font-size:1.1rem;margin:1rem 0}footer{background:#222;color:#999;text-align:center;padding:2rem 1rem;margin-top:4rem}footer p{margin:0;font-size:0.9rem}@media (max-width:768px){nav{padding:0.6rem 1rem;flex-wrap:nowrap;overflow:visible}nav .logo{font-size:1rem;margin-right:0.8rem}nav a{font-size:0.8rem;padding:0.4rem 0.3rem}main{padding:1.5rem 1rem}.hero{padding:2rem 1rem}.hero h1{font-size:1.5rem}.hero .intro{font-size:0.95rem}section h2{font-size:1.3rem}.card-grid{grid-template-columns:1fr;gap:1rem}.detail-page h1{font-size:1.6rem}.detail-page section p{font-size:1rem}}@media (max-width:480px){nav a{font-size:0.75rem;padding:0.3rem 0.2rem}.hero h1{font-size:1.3rem}.card{padding:1rem}}