:root { font-family: system-ui, sans-serif; color: #203b37; background: #f5f3ec; line-height: 1.6; }
* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 44rem; margin: auto; padding: 2.5rem 1.25rem; }
h1 { font-size: clamp(2rem, 7vw, 3rem); line-height: 1.15; margin: .4rem 0 1rem; }
h2 { line-height: 1.3; }
.eyebrow { font-size: .85rem; font-weight: 650; letter-spacing: .04em; }
aside { border-left: 3px solid #8baaa0; padding: .2rem 1rem; color: #425e56; font-size: .9rem; }
aside p { margin: .45rem 0; }
section { background: white; border: 1px solid #d6dfd8; border-radius: 1rem; padding: 1.5rem; margin: 1.2rem 0; }
button { font: inherit; min-height: 48px; border-radius: .5rem; padding: .65rem .9rem; }
button { border: 1px solid #285f50; background: #285f50; color: white; cursor: pointer; }
button:hover { filter: brightness(.92); }
button:disabled { opacity: .5; cursor: default; }
button:focus-visible, input:focus-visible, summary:focus-visible, .word:focus { outline: 3px solid #b96517; outline-offset: 3px; }
label { display: block; font-weight: 600; }
.choice { display: block; width: 100%; text-align: left; background: #f2f7f3; color: #203b37; margin: .8rem 0; }
.secondary { background: transparent; color: #285f50; }
.word { font-size: 2.3rem; margin: 1rem 0 0; }
footer { margin-top: 2rem; font-size: .85rem; color: #425e56; }
#status { font-weight: 600; }
[hidden] { display: none; }
summary { cursor: pointer; min-height: 48px; padding: .65rem 0; font-weight: 600; }
.word-list { display: flex; flex-wrap: wrap; gap: .5rem; margin: .5rem 0; }
button[aria-pressed="true"] { border: 3px solid #285f50; background: #e0eee5; color: #203b37; }
fieldset { min-width: 0; border: 1px solid #81968d; border-radius: .5rem; margin: 1rem 0; padding: .6rem; }
legend { font-weight: 600; }
.rating-option { display: flex; align-items: center; gap: .65rem; min-height: 48px; padding: .4rem; cursor: pointer; }
.rating-option input { width: 1.2rem; height: 1.2rem; accent-color: #285f50; flex-shrink: 0; }
.rating-option:has(input:disabled) { opacity: .55; cursor: default; }
.confirm { display: block; width: 100%; margin: 1rem 0; }
