*{box-sizing:border-box}body{margin:0;background:#151823;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button{font:inherit;cursor:pointer;border:0}main{max-width:750px;margin:60px auto;padding-bottom:60px}main>img,.slide img{display:block;width:100%;height:auto}.dow-nav,.dow-nav-foot{height:60px;position:fixed;left:0;right:0;z-index:20;background:rgba(24,26,35,.96);display:flex;align-items:center;justify-content:space-between;padding:0 max(12px,calc((100vw - 726px)/2));gap:12px}.dow-nav{top:0;border-bottom:1px solid #ffffff15}.dow-nav-foot{bottom:0;border-top:1px solid #ffffff15}.brand{display:flex;align-items:center;gap:8px;min-width:0}.brand img{width:43px;height:43px}.brand strong{font-size:15px;display:block}.brand small{font-size:11px;color:#c8ccd6;display:block;margin-top:5px}.download{border-radius:36px;background:#ff7601;color:white;font-size:14px;font-weight:700;height:36px;min-width:88px;padding:0 13px;white-space:nowrap}.carousel{position:relative;overflow:hidden}.slides{display:flex;transition:transform .5s ease-in-out}.slide{flex:0 0 100%;min-width:0}.dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.dot{width:10px;height:10px;padding:0;border-radius:50%;background:white;opacity:.4}.dot.active{opacity:1}.support{position:fixed;right:20px;bottom:110px;width:50px;height:50px;border-radius:50%;background:#ff922e;color:#151823;box-shadow:0 6px 24px #0005;z-index:25;font-size:13px}dialog{max-width:calc(100% - 40px);width:360px;background:#252936;color:white;border:1px solid #ffffff25;border-radius:20px;padding:24px}dialog::backdrop{background:#0009;backdrop-filter:blur(8px)}dialog h2{font-size:20px;margin:0 0 16px}dialog p{line-height:1.7;color:#c8ccd6}dialog button{background:#ff922e;padding:10px 24px;border-radius:24px;float:right}.toast{position:fixed;left:50%;bottom:85px;transform:translateX(-50%);z-index:50}.download:focus-visible,.support:focus-visible,.dot:focus-visible{outline:3px solid white;outline-offset:4px}@media(prefers-reduced-motion:reduce){.slides{transition:none}}