@charset "UTF-8";
:root{color-scheme:light;font-family:ui-rounded,"Arial Rounded MT Bold","Trebuchet MS",system-ui,sans-serif;color:#2a281f;background:#fffef9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
*{box-sizing:border-box}
body{margin:0;min-width:280px}
main{min-height:100svh;display:grid;place-items:center;padding:64px 28px 120px;background:radial-gradient(ellipse at 50% 36%,#fff7c755 0%,#fffef900 63%)}
.hero{width:min(1120px,100%);text-align:center}
h1{margin:0;font-size:inherit;line-height:0}
.wordmark{display:block;width:100%;height:auto;mix-blend-mode:multiply}
.tagline{font-size:clamp(24px,3.35vw,42px);font-weight:700;letter-spacing:-.045em;line-height:1.25;margin:24px 0 40px}
.downloads{display:flex;justify-content:center;gap:18px;align-items:flex-start}
.download-option{width:280px;max-width:100%}
.download{min-height:64px;width:100%;display:flex;align-items:center;justify-content:center;gap:12px;border-radius:17px;text-decoration:none;font:700 15px/1.3 system-ui,sans-serif;letter-spacing:-.02em;padding:18px 17px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.download svg{width:19px;height:19px;flex-shrink:0}
.download .download-arrow{width:17px;height:17px;margin-left:auto}
.windows{color:#2c260c;background:#ffdb3c;border:1px solid #edc62e;box-shadow:0 4px 0 #e6bd29,0 7px 15px #c39b1c16}
.windows:hover{transform:translateY(-2px);background:#ffe052;box-shadow:0 6px 0 #e6bd29,0 10px 18px #c39b1c24}
.windows:active{transform:translateY(3px);box-shadow:0 1px 0 #e6bd29}
.windows:focus-visible{outline:3px solid #443b15;outline-offset:6px}
.mac{color:#827f73;background:#f4f2e9;border:1px solid #e4e1d6;cursor:not-allowed;box-shadow:0 3px 0 #eae7dd}
.detail{font:400 13px/1.6 system-ui,sans-serif;color:#777365;margin:17px 0 0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:650px){main{padding:64px 18px 88px}.hero{width:100%}.wordmark{width:calc(100% + 12px);max-width:none;margin-left:-6px}.tagline{margin:24px 0 32px;letter-spacing:-.035em}.downloads{flex-direction:column;align-items:center;gap:23px}.download-option{width:280px}.download{min-height:62px}.detail{margin-top:12px}}
@media(prefers-reduced-motion:reduce){.download{transition:none}}
