*{box-sizing:border-box;}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:#1a1a1a;color:#ffffff;line-height:1.6;font-size:16px;}a{color:#ff4444;text-decoration:none;transition:color 0.3s ease;}a:hover{color:#ff6666;text-decoration:underline;}h1,h2,h3,h4,h5,h6{margin:1rem 0 0.5rem;font-weight:600;line-height:1.2;}h1{font-size:2rem;}h2{font-size:1.5rem;}h3{font-size:1.25rem;}nav{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;background:#111111;padding:0.8rem 1rem;border-bottom:2px solid #ff4444;position:sticky;top:0;z-index:1000;}nav a{flex:1 1 0;min-width:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#ffffff;padding:0.5rem 0.3rem;font-size:0.95rem;transition:background 0.3s;}nav a:hover{background:#222222;text-decoration:none;}@media (max-width:767px){nav{padding:0.5rem 0.5rem;}nav a{font-size:0.85rem;padding:0.4rem 0.2rem;}}.breadcrumb{padding:1rem 1.5rem;font-size:0.9rem;color:#999999;background:#0f0f0f;}.breadcrumb a{color:#ff4444;}main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem;}.hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);border-radius:8px;margin-bottom:2rem;}.hero h1{color:#ffffff;margin-bottom:1rem;font-size:2.2rem;}.hero .subtitle{font-size:1.1rem;color:#cccccc;}.intro{background:#222222;padding:2rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid #ff4444;}.intro h2{color:#ff4444;margin-top:0;}.intro p{line-height:1.8;color:#dddddd;}.card-grid,.card-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin:2rem 0;}.card{background:#222222;padding:1.5rem;border-radius:8px;border:1px solid #333333;transition:transform 0.3s,box-shadow 0.3s;}.card:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgba(255,68,68,0.3);border-color:#ff4444;}.card h3{margin-top:0;color:#ffffff;}.card h3 a{color:#ff4444;font-size:1.2rem;}.card .meta{font-size:0.85rem;color:#999999;margin:0.5rem 0;}.card .oneline{color:#dddddd;margin:0.8rem 0;font-weight:500;}.card .excerpt,.card .review-snippet{font-size:0.9rem;color:#aaaaaa;line-height:1.6;margin:0.5rem 0;}.link-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:1.5rem 0;}.link-card{background:#222222;padding:1.5rem;border-radius:8px;border:2px solid #333333;text-align:center;transition:border-color 0.3s;}.link-card:hover{border-color:#ff4444;}.link-card h3{margin-top:0;}.link-card p{color:#aaaaaa;font-size:0.9rem;}.latest-list,.related-list{list-style:none;padding:0;margin:1rem 0;}.latest-list li,.related-list li{padding:0.8rem 0;border-bottom:1px solid #333333;}.latest-list li:last-child,.related-list li:last-child{border-bottom:none;}.year{color:#ff4444;font-weight:600;}.detail-page{background:#1a1a1a;}.detail-page article{background:#222222;padding:2.5rem;border-radius:8px;}.meta-info{background:#1a1a1a;padding:1.5rem;border-radius:6px;margin:1.5rem 0;border-left:4px solid #ff4444;}.meta-info p{margin:0.5rem 0;color:#dddddd;}.meta-info strong{color:#ff4444;}.oneline-section,.summary-section,.review-section,.related-section{margin:2rem 0;}.oneline-section h2,.summary-section h2,.review-section h2,.related-section h2{color:#ff4444;border-bottom:2px solid #333333;padding-bottom:0.5rem;}.oneline{font-size:1.1rem;color:#ffdddd;font-weight:500;line-height:1.7;}.summary,.review{color:#dddddd;line-height:1.8;text-align:justify;}section{margin:3rem 0;}.more-link{text-align:center;margin-top:2rem;font-size:1.1rem;}.notice{background:#2a2a2a;padding:1.5rem;border-radius:6px;border:1px solid #444444;margin:1.5rem 0;}.notice ul{list-style:disc;padding-left:2rem;}.notice ul li{margin:0.5rem 0;}.page-intro{font-size:1.05rem;color:#cccccc;margin:1rem 0 2rem;}footer{text-align:center;padding:2rem 1rem;background:#111111;color:#999999;border-top:2px solid #333333;margin-top:4rem;}@media (max-width:768px){main{padding:1rem;}.hero{padding:2rem 1rem;}.hero h1{font-size:1.5rem;}.card-grid,.card-list{grid-template-columns:1fr;}.detail-page article{padding:1.5rem;}}