main{max-width:1200px;margin:2rem auto;padding:0 2rem;}section{margin-bottom:3rem;}h1{font-size:2rem;margin-bottom:1rem;color:#222;}h2{font-size:1.5rem;margin-bottom:1rem;color:#333;border-bottom:2px solid #d32f2f;padding-bottom:0.5rem;}h3{font-size:1.2rem;margin-bottom:0.5rem;}p{margin-bottom:0.75rem;line-height:1.8;}.breadcrumb{max-width:1200px;margin:1rem auto;padding:0 2rem;font-size:0.9rem;color:#666;}.breadcrumb a{color:#d32f2f;}.breadcrumb a:hover{text-decoration:underline;}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;}.card{background:#f9f9f9;padding:1.5rem;border-radius:8px;transition:transform 0.2s,box-shadow 0.2s;}.card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,0.1);}.card h3 a{color:#d32f2f;font-weight:bold;}.card h3 a:hover{text-decoration:underline;}.card .meta{font-size:0.9rem;color:#666;margin:0.5rem 0;}.card .tags{font-size:0.85rem;color:#999;}.card .one-line{color:#444;font-style:italic;margin:0.75rem 0;}.card .summary-preview,.card .review-preview{font-size:0.9rem;color:#555;}.card .rank{display:inline-block;background:#d32f2f;color:#fff;padding:0.25rem 0.5rem;border-radius:4px;font-weight:bold;font-size:0.9rem;}.card .year{display:inline-block;background:#555;color:#fff;padding:0.25rem 0.5rem;border-radius:4px;font-size:0.9rem;}.hero{text-align:center;padding:3rem 0;background:linear-gradient(135deg,#f5f5f5 0%,#e0e0e0 100%);margin:-2rem -2rem 2rem -2rem;}.hero h1{color:#d32f2f;}.hero p{color:#666;}.intro{background:#fff;padding:2rem;border-left:4px solid #d32f2f;}.detail .meta-info{background:#f5f5f5;padding:1rem;border-radius:8px;margin-bottom:2rem;}.detail .meta-info p{margin-bottom:0.5rem;}.detail section{margin-bottom:2rem;}.detail .one-line-section p{font-size:1.1rem;font-style:italic;color:#d32f2f;}.detail .summary-section p{line-height:2;text-align:justify;}.detail .review-section{background:#fffbf0;padding:1.5rem;border-left:4px solid #ff9800;}.notice{background:#e3f2fd;border-left:4px solid #2196f3;padding:1rem;margin-bottom:2rem;}.notice a{color:#1976d2;font-weight:bold;}.error-page{text-align:center;padding:4rem 2rem;}.error-page h1{color:#d32f2f;}footer{background:#333;color:#fff;text-align:center;padding:2rem;margin-top:4rem;}@media (max-width:768px){main{padding:0 1rem;}.breadcrumb{padding:0 1rem;}.hero{margin:-1rem -1rem 1rem -1rem;padding:2rem 1rem;}h1{font-size:1.5rem;}h2{font-size:1.3rem;}.card-grid{grid-template-columns:1fr;gap:1rem;}}.back-to-top{position:fixed;bottom:2rem;right:2rem;background:#d32f2f;color:#fff;width:48px;height:48px;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,0.2);}.back-to-top:hover{background:#b71c1c;}.back-to-top.show{display:flex;}