:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #17211b; background: #f4f7f5; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; }
main { width: min(880px, calc(100% - 32px)); margin: 32px auto 64px; padding: 36px; background: #fff; border: 1px solid #dce5df; border-radius: 18px; box-shadow: 0 12px 36px rgba(19, 49, 32, .08); }
nav { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
a { color: #176b43; }
h1, h2 { line-height: 1.25; }
h2 { margin-top: 32px; }
.review { padding: 14px 16px; border: 2px solid #a45a00; border-radius: 10px; background: #fff6df; color: #593000; font-weight: 700; }
.meta { color: #526159; }
footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid #dce5df; color: #526159; }
@media (max-width: 600px) { main { margin: 0; width: 100%; padding: 22px; border: 0; border-radius: 0; } }
