:root{color-scheme:light;font-family:Tahoma,Arial,sans-serif;color:#211a16;background:#fff8ef}
*{box-sizing:border-box}
[hidden]{display:none!important}
body{margin:0;min-height:100svh;display:grid;place-items:center;padding:28px 20px;background:radial-gradient(ellipse at 10% 15%,#ffe3ae,transparent 55%),#fff8ef}
main{width:min(100%,560px);padding:40px;border-radius:32px;background:#fff;box-shadow:0 24px 80px #7f421012}
.brand{display:block;width:128px;height:102px;margin:-24px -26px 0 0;border-radius:18px}
.brand img{display:block;width:128px;height:128px;object-fit:contain}
.tag{display:inline-block;padding:8px 14px;background:#fff0d7;border-radius:30px;margin-top:12px;font-size:12px;color:#775022}
h1{font-size:clamp(30px,6vw,40px);line-height:1.4;margin:20px 0 14px;letter-spacing:-1px}
p{color:#6e6259;line-height:1.9;font-size:15px}
a,button{-webkit-tap-highlight-color:transparent}
.primary{margin-top:24px;padding:17px 20px;border-radius:14px;background:#ee781f;color:white;text-decoration:none;font-weight:bold;display:flex;justify-content:space-between;align-items:center}
.update{margin-top:26px}
h2{font-size:16px;margin:0 0 8px}
#update-hint{font-size:12px;margin:0;line-height:1.8}
.downloads{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.downloads a{flex:1;padding:13px 10px;border:1px solid #ebdfd3;border-radius:12px;text-align:center;text-decoration:none;color:#332a24;white-space:nowrap}
.downloads span{display:block;font-size:11px;color:#6e6259;margin-bottom:6px}
.downloads strong{display:block;font-size:17px}
.downloads a:hover{border-color:#ee781f;background:#fff8ef}
.apk{display:block;text-align:center;margin-top:12px;padding:12px 8px;border-radius:10px;background:#fff8ef;color:#845021;font-size:12px;text-decoration:none;line-height:1.8}
button{width:100%;font:inherit;font-size:13px;background:none;color:#7d4c26;border:0;text-decoration:underline;padding:18px 0;cursor:pointer}
#status{margin:0;font-size:12px;overflow-wrap:anywhere}
footer{border-top:1px solid #f0e7dd;margin-top:14px;padding-top:16px;color:#75695f;font-size:11px;line-height:1.9}
a:focus-visible,button:focus-visible{outline:3px solid #be5b11;outline-offset:4px}
@media(max-width:440px){main{padding:28px 22px;border-radius:24px}body{padding:16px}.brand{margin-top:-16px}}
