:root { --ink: #222; --muted: #777; --line: #dedede; --accent: #8a1920; --paper: #fff; --wash: #f7f5f0; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, 'Times New Roman', serif; line-height: 1.65; }
a { color: inherit; }
.site-header { position: relative; max-width: 1110px; margin: 0 auto; padding: 46px 30px 44px; border-bottom: 1px solid var(--line); text-align: center; }
.brand { color: var(--ink); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; letter-spacing: -.045em; text-decoration: none; }
.site-header p { margin: 2px 0 0; color: var(--muted); font-family: Arial, sans-serif; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.site-header > nav { position: absolute; top: 25px; right: 30px; display: flex; gap: 15px; font-family: Arial, sans-serif; font-size: .8rem; }
.site-header > nav a { color: var(--muted); }
.site-shell { max-width: 1110px; min-height: 63vh; margin: 0 auto; padding: 55px 30px; }
.breadcrumbs { max-width: 720px; margin: 0 auto 28px; color: var(--muted); font-family: Arial, sans-serif; font-size: .75rem; }
.breadcrumbs a { color: var(--accent); text-decoration: none; }
.breadcrumbs span { margin-left: 8px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 31px; }
.card { border-bottom: 1px solid var(--line); padding-bottom: 19px; }
.card-image, .card-image img, .image-placeholder { display: block; width: 100%; height: 217px; }
.card-image img { object-fit: cover; }
.image-placeholder { background: var(--wash); }
.card h2 { margin: 18px 0 6px; font-size: 1.3rem; line-height: 1.25; }
.card h2 a { text-decoration: none; }
.read-more { color: var(--accent); font-family: Arial, sans-serif; font-size: .72rem; font-weight: bold; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.date { margin: 17px 0 0; color: var(--muted); font-family: Arial, sans-serif; font-size: .76rem; }
.article { max-width: 720px; margin: 0 auto; }
.article-cover { width: 100%; max-height: 470px; margin-bottom: 27px; object-fit: cover; }
.article h1 { margin: 8px 0 28px; font-size: clamp(2rem, 5vw, 3.35rem); line-height: 1.12; letter-spacing: -.035em; }
.article-content { font-size: 1.12rem; }
.article-content p { margin: 0 0 1.3em; }
.article-content blockquote { margin: 1.5em 0; padding-left: 1.2em; border-left: 3px solid var(--accent); color: #555; }
.article-content img { max-width: 100%; height: auto; }
.empty { max-width: 620px; margin: 80px auto; text-align: center; }
footer { max-width: 1110px; margin: 0 auto; padding: 34px 30px; border-top: 1px solid var(--line); color: var(--muted); font-family: Arial, sans-serif; font-size: .75rem; text-align: center; }
footer span { display: block; margin-top: 8px; }
.admin-shell { max-width: 820px; min-height: 63vh; margin: 0 auto; padding: 50px 30px; font-family: Arial, sans-serif; }
.admin-shell .breadcrumbs { max-width: none; }
.panel { padding: 35px; background: var(--wash); border: 1px solid #e8e4dc; }
.panel h1 { margin-top: 0; font-family: Georgia, serif; }
.admin-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
form { display: grid; gap: 18px; }
label { display: grid; gap: 6px; font-size: .85rem; font-weight: bold; }
input, textarea { width: 100%; padding: 11px; border: 1px solid #bdb9b0; border-radius: 0; background: #fff; color: var(--ink); font: inherit; font-weight: normal; }
textarea { resize: vertical; line-height: 1.5; }
.check { display: flex; align-items: center; gap: 8px; }
.check input { width: auto; }
button, .button { display: inline-block; width: fit-content; padding: 10px 14px; border: 0; background: var(--accent); color: #fff; cursor: pointer; font: inherit; font-weight: bold; text-decoration: none; }
button:hover, .button:hover { background: #661217; }
table { width: 100%; margin-top: 25px; border-collapse: collapse; text-align: left; }
th, td { padding: 12px 0; border-bottom: 1px solid #d9d4ca; font-size: .9rem; }
td form { display: block; }
.link { padding: 0; background: transparent; color: var(--accent); }
.link:hover { background: transparent; color: #661217; }
.notice { padding: 11px 13px; }
.success { background: #e7f1e7; color: #235027; }.error { background: #f9e5e4; color: #782321; }
@media (max-width: 760px) { .site-header { padding: 37px 20px 35px; } .site-header > nav { position: static; justify-content: center; margin-top: 18px; }.site-shell, .admin-shell { padding: 35px 20px; }.post-grid { grid-template-columns: 1fr; gap: 35px; }.card-image, .card-image img, .image-placeholder { height: 250px; }.panel { padding: 24px; } }
