:root { color-scheme: light; font-family: Inter, Arial, sans-serif; color: #142b4a; background: #f8f6f0; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; }
header { background: white; border-bottom: 1px solid #e5dfd2; padding: 20px clamp(20px, 6vw, 80px); }
header a { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: inherit; text-decoration: none; font-weight: 700; font-size: 20px; }
.mark { background: #142b4a; color: #d6ad52; padding: 7px 9px; border-radius: 8px; font-family: Georgia, serif; }
.weekly { color: #9a7424; font-size: 14px; font-weight: 500; }
main { width: min(680px, calc(100% - 32px)); background: white; border: 1px solid #e5dfd2; border-radius: 20px; padding: clamp(24px, 6vw, 56px); margin: clamp(32px, 9vh, 96px) auto 32px; box-shadow: 0 10px 30px #15263f0d; }
.eyebrow { font-size: 11px; line-height: 1.6; font-weight: 700; letter-spacing: .12em; color: #9a7424; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(30px, 6vw, 46px); font-weight: 500; line-height: 1.15; margin: 20px 0; overflow-wrap: anywhere; }
#message { color: #46515d; font-size: 17px; line-height: 1.75; }
.note { padding-top: 22px; border-top: 1px solid #eee7db; margin-top: 28px; font-size: 13px; line-height: 1.6; color: #66717c; }
button { background: #d6ad52; color: #142b4a; border: 0; padding: 13px 22px; border-radius: 8px; font: inherit; font-weight: 700; cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 3px solid #173f6d; outline-offset: 4px; }
footer { text-align: center; font-size: 12px; line-height: 1.8; color: #66717c; padding: 20px 24px 32px; margin-top: auto; }
