.container{max-width:1200px;margin:0 auto}.site-intro{background:#fff;padding:1.5rem;margin-bottom:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}section{margin-bottom:3rem}section h2{color:#34495e;margin-bottom:1rem;font-size:1.5rem;border-left:4px solid #3498db;padding-left:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:transform 0.2s,box-shadow 0.2s}.card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,0.15)}.card h3{margin-bottom:0.5rem;font-size:1.1rem}.card h3 a{color:#2c3e50;text-decoration:none}.card h3 a:hover{color:#3498db}.card .one-line{color:#555;font-size:0.95rem;margin-bottom:0.5rem}.card .meta{color:#888;font-size:0.85rem;margin-bottom:0.5rem}.card .excerpt,.card .review-excerpt{color:#666;font-size:0.9rem;line-height:1.5}.card-list{display:flex;flex-direction:column;gap:1rem}.card-item{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);display:flex;gap:1rem;align-items:flex-start}.card-item .rank{font-size:2rem;font-weight:bold;color:#3498db;min-width:3rem;text-align:center}.card-item .content{flex:1}.card-item h3{margin-bottom:0.5rem}.card-item h3 a{color:#2c3e50;text-decoration:none}.card-item h3 a:hover{color:#3498db}.card-item .tags{display:flex;gap:0.5rem;flex-wrap:wrap;margin-top:0.5rem}.card-item .tag{background:#ecf0f1;color:#34495e;padding:0.2rem 0.6rem;border-radius:4px;font-size:0.8rem}.notice{background:#fff3cd;border-left:4px solid #ffc107;padding:1rem;margin-bottom:2rem;border-radius:4px}.notice strong{color:#856404}.notice a{color:#004085;text-decoration:underline}.detail{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.detail h1{margin-bottom:1.5rem;color:#2c3e50}.detail section{margin-bottom:2rem}.detail section h2{font-size:1.3rem;color:#34495e;margin-bottom:1rem;border-bottom:2px solid #e1e8ed;padding-bottom:0.5rem}.detail .basic-info p{margin-bottom:0.5rem;color:#555}.detail .highlight p,.detail .summary p,.detail .review p{line-height:1.8;color:#333}.page-desc{color:#666;margin-bottom:2rem;font-size:1.05rem}footer{text-align:center;padding:2rem 0;color:#888;border-top:1px solid #e1e8ed;margin-top:3rem}footer a{color:#3498db;text-decoration:none}footer a:hover{text-decoration:underline}@media(max-width:768px){main{padding:0 1rem}.card-grid{grid-template-columns:1fr}.card-item{flex-direction:column}.card-item .rank{font-size:1.5rem;min-width:auto}.detail{padding:1rem}}