* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Georgia, 'Times New Roman', serif; line-height: 1.7; color: #333; background: #faf8f3; }
.container { max-width: 780px; margin: 0 auto; padding: 20px; }
header { border-bottom: 2px solid #8b6f47; padding: 30px 0; margin-bottom: 40px; text-align: center; }
header h1 { font-size: 2.2em; color: #5d4e37; margin-bottom: 8px; }
header p { color: #8b6f47; font-style: italic; }
nav { margin-top: 20px; }
nav a { margin: 0 15px; color: #5d4e37; text-decoration: none; font-weight: bold; }
nav a:hover { color: #c17817; }
article { background: white; padding: 30px; margin-bottom: 25px; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
article h2 { color: #5d4e37; margin-bottom: 10px; }
article h2 a { color: inherit; text-decoration: none; }
article h2 a:hover { color: #c17817; }
.meta { color: #999; font-size: 0.85em; margin-bottom: 15px; }
.excerpt { color: #555; }
footer { text-align: center; padding: 40px 0 20px; color: #8b6f47; font-size: 0.9em; border-top: 1px solid #e0d6c2; margin-top: 40px; }
.lang-switch { font-size: 0.85em; margin-top: 10px; }
.lang-switch a { margin: 0 8px; color: #8b6f47; }
p { margin-bottom: 1em; }
