.container {max-width: 1200px;margin: 0 auto;padding: 1rem;}.site-header {text-align: center;padding: 2rem 0;background: #fff;margin-bottom: 2rem;border-radius: 8px;}.site-header h1 {font-size: 1.75rem;color: #333;margin-bottom: 0.5rem;}.site-intro {background: #fff;padding: 1.5rem;margin-bottom: 2rem;border-radius: 8px;line-height: 1.8;}.site-intro h2 {font-size: 1.25rem;margin-bottom: 1rem;color: #007bff;}section {margin-bottom: 3rem;}section h2 {font-size: 1.5rem;margin-bottom: 1.5rem;padding-bottom: 0.5rem;border-bottom: 2px solid #007bff;}.card-grid {display: grid;grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));gap: 1.5rem;}.card {background: #fff;padding: 1.25rem;border-radius: 8px;box-shadow: 0 2px 8px rgba(0,0,0,0.1);transition: transform 0.2s;}.card:hover {transform: translateY(-4px);box-shadow: 0 4px 12px rgba(0,0,0,0.15);}.card h3 {font-size: 1.125rem;margin-bottom: 0.5rem;color: #333;}.card h3 a {color: #007bff;}.card h3 a:hover {text-decoration: underline;}.card .meta {font-size: 0.875rem;color: #666;margin-bottom: 0.5rem;}.card .tags {font-size: 0.875rem;color: #999;margin-bottom: 0.5rem;}.card .one-line {font-size: 0.9375rem;color: #555;line-height: 1.6;}.card .excerpt {font-size: 0.875rem;color: #777;margin-top: 0.5rem;line-height: 1.5;}.card .review-snippet {font-size: 0.875rem;color: #888;margin-top: 0.5rem;font-style: italic;}.link-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 1rem;margin-bottom: 1rem;}.entry-card {background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);color: #fff;padding: 1.5rem;border-radius: 8px;transition: transform 0.2s;}.entry-card:hover {transform: scale(1.02);}.entry-card h3 {font-size: 1.25rem;margin-bottom: 0.5rem;}.entry-card p {font-size: 0.9375rem;opacity: 0.9;}.nav-hint {text-align: center;margin-top: 1rem;font-size: 0.9375rem;}.nav-hint a {color: #007bff;font-weight: 500;}.notice {background: #fff3cd;border-left: 4px solid #ffc107;padding: 1rem;margin-bottom: 2rem;border-radius: 4px;}.notice p {margin-bottom: 0.5rem;font-weight: 500;}.notice ul {list-style: none;padding-left: 1rem;}.notice li {margin: 0.25rem 0;}.notice a {color: #007bff;}.page-header {text-align: center;padding: 2rem 0;background: #fff;margin-bottom: 2rem;border-radius: 8px;}.page-header h1 {font-size: 1.75rem;margin-bottom: 0.5rem;}.page-header p {color: #666;}.detail-page article {background: #fff;padding: 2rem;border-radius: 8px;}.detail-page header {border-bottom: 2px solid #007bff;padding-bottom: 1rem;margin-bottom: 2rem;}.detail-page h1 {font-size: 2rem;margin-bottom: 1rem;}.meta-info {display: flex;gap: 1rem;flex-wrap: wrap;font-size: 0.9375rem;color: #666;margin-bottom: 0.75rem;}.meta-info span {padding: 0.25rem 0.75rem;background: #f0f0f0;border-radius: 4px;}.tags {font-size: 0.875rem;color: #999;}.one-line-box, .summary-box, .review-box, .related-box {margin-bottom: 2rem;}.one-line-box h2, .summary-box h2, .review-box h2, .related-box h2 {font-size: 1.25rem;color: #007bff;margin-bottom: 1rem;}.one-line-box p {font-size: 1.0625rem;font-weight: 500;color: #333;line-height: 1.8;}.summary-box p, .review-box p {font-size: 0.9375rem;color: #555;line-height: 1.8;}.review-box p {font-style: italic;background: #f8f9fa;padding: 1rem;border-radius: 4px;border-left: 3px solid #007bff;}.related-grid {display: grid;grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));gap: 1rem;}.related-card {background: #f8f9fa;padding: 1rem;border-radius: 6px;transition: background 0.2s;}.related-card:hover {background: #e9ecef;}.related-card h3 {font-size: 1rem;margin-bottom: 0.5rem;}.related-card h3 a {color: #007bff;}.related-card p {font-size: 0.875rem;color: #666;line-height: 1.5;}@media (max-width: 768px) {nav ul {padding: 0;}nav a {font-size: 0.875rem;padding: 0.75rem 0.25rem;}.card-grid {grid-template-columns: 1fr;gap: 1rem;}.link-grid {grid-template-columns: 1fr;}.detail-page article {padding: 1rem;}.detail-page h1 {font-size: 1.5rem;}.meta-info {gap: 0.5rem;}}