:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#29372e;--muted:#657067;--paper:#faf9f5;--line:#dce2d9}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font-family:system-ui,-apple-system,sans-serif;line-height:1.8}a{color:#356447;text-underline-offset:5px}header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;max-width:1080px;margin:auto;padding:24px;display:flex}.brand{letter-spacing:.15em;font-size:1.4rem;text-decoration:none}nav{flex-wrap:wrap;gap:24px;display:flex}main{max-width:850px;min-height:65vh;margin:auto;padding:40px 24px}h1,h2{font-family:serif;font-weight:500}h1{letter-spacing:.12em;font-size:2rem}.hero{text-align:center}.hero img{object-fit:contain;max-width:100%;max-height:58vh}.hero p{color:var(--muted)}.buttons{justify-content:center;gap:18px;margin:24px 0;display:flex}.button,button{color:#fff;font:inherit;cursor:pointer;background:#356447;border:0;border-radius:5px;padding:10px 22px;text-decoration:none;display:inline-block}button:disabled{opacity:.5;cursor:wait}.poem{border:1px solid var(--line);text-align:center;background:#fff;border-radius:6px;margin:24px 0;padding:24px}.poem img{object-fit:contain;max-width:100%;max-height:60vh}.body{white-space:pre-wrap;overflow-wrap:anywhere;font-family:serif;font-size:1.1rem;line-height:2.1}.pagination{justify-content:space-between;align-items:center;gap:14px;display:flex}.editor{max-width:680px;margin:auto}label{margin:20px 0;display:block}input,textarea,select{width:100%;font:inherit;background:#fff;border:1px solid #aab7ac;border-radius:4px;padding:12px;display:block}textarea{min-height:340px}input[type=file]{font-size:.9rem}.error{color:#9c2828}footer{max-width:1080px;color:var(--muted);border-top:1px solid var(--line);margin:auto;padding:28px 24px;font-size:.85rem}footer a{float:right}.admin-row{border-bottom:1px solid var(--line);justify-content:space-between;gap:14px;padding:15px 0;display:flex}.admin-row a{overflow-wrap:anywhere}.danger{background:#8b3535}@media (max-width:600px){header{flex-direction:column;align-items:flex-start}nav{gap:18px;font-size:.9rem}main{padding:24px 16px}.poem{padding:18px 14px}.buttons{flex-wrap:wrap}}
