:root {color-scheme:light; font-family:system-ui,sans-serif; color:#352c21; background:#fbf8f1;}
* {box-sizing:border-box;}
body {margin:0; min-height:100dvh; display:grid; place-items:center; padding:24px;}
main {width:100%; max-width:440px; padding:32px 0;}
.brand {font-size:24px; font-weight:750; margin:0 0 28px;}
.language-label {display:block; margin-bottom:8px; font-size:14px;}
select {font:inherit; color:inherit; background:#fff; border:1px solid #84796a; border-radius:10px; padding:10px; min-height:44px;}
h1 {font-size:clamp(26px,6vw,32px); line-height:1.3; margin:32px 0 16px;}
p {line-height:1.7;}
button {font:inherit; font-weight:700; color:#fff; background:#785d21; border:0; border-radius:14px; min-height:54px; width:100%; padding:16px; margin-top:16px; cursor:pointer;}
button:hover {background:#634b18;}
button:disabled {background:#e5dfd2; color:#675e50; cursor:default;}
:focus-visible {outline:3px solid #352c21; outline-offset:4px;}
#status {margin-top:20px;}
