:root{color-scheme:light;--red:#ef3124;--ink:#202022;--muted:#6b6c72;--soft:#f5f5f6;--green:#188451}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--soft);min-height:100svh;display:flex;flex-direction:column}button{font:inherit}button:focus-visible{outline:3px solid #202022;outline-offset:5px}.header{height:100px;display:flex;align-items:center;justify-content:space-between;width:min(1120px,calc(100% - 80px));margin:auto}.header img{width:184px;height:auto}.header-note{font-size:14px;color:var(--muted)}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 20px 46px}.card{width:100%;max-width:490px;background:white;border:1px solid #ebebee;border-radius:30px;padding:38px 40px 0;text-align:center;box-shadow:0 18px 60px #22222b06;overflow:hidden}.symbol{width:70px;height:70px;display:grid;place-items:center;background:#fff0ee;border-radius:22px;color:var(--red);margin:0 auto 24px}.symbol svg{width:40px;height:40px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.5px;color:var(--muted);margin:0 0 14px}h1{font-size:36px;line-height:1.12;letter-spacing:-1.2px;margin:0 0 18px}.intro{font-size:16px;line-height:1.5;color:var(--muted);margin:0 0 30px}.track{height:64px;background:#f1f1f3;border:1px solid #e7e7ea;border-radius:16px;position:relative;user-select:none;overflow:hidden}.fill{position:absolute;left:0;top:0;bottom:0;width:0;background:#ffe4df;border-radius:15px}.track-label{position:absolute;inset:0 0 0 60px;display:grid;place-items:center;font-size:14px;color:#616269;pointer-events:none}.handle{position:absolute;top:5px;left:5px;width:52px;height:52px;background:var(--red);color:#fff;border:0;border-radius:12px;display:grid;place-items:center;cursor:grab;touch-action:none;box-shadow:0 3px 8px #d52b2220}.handle:active{cursor:grabbing}.handle svg{height:25px;width:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.status{font-size:13px;color:var(--muted);line-height:1.5;margin:13px 0 24px;min-height:20px}.continue{width:100%;border:0;border-radius:14px;min-height:58px;padding:15px 20px;background:var(--red);color:#fff;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:14px;margin:0 0 26px}.continue[hidden]{display:none}.continue:hover{background:#d9291e}.continue:disabled{opacity:.6;cursor:wait}.continue span{font-size:23px;line-height:1}.card-footer{border-top:1px solid #f0f0f2;margin:0 -40px;background:#fcfcfd;padding:19px 12px;display:flex;gap:8px;align-items:center;justify-content:center;font-size:12px;color:var(--muted)}.step-dot{width:6px;height:6px;background:#a6a6ad;border-radius:50%;flex-shrink:0}.outside-note{text-align:center;font-size:12px;line-height:1.65;color:#777980;margin:23px 0 0}.footer{width:min(1120px,calc(100% - 80px));margin:0 auto;display:flex;justify-content:space-between;padding:0 0 25px;color:#8b8b92;font-size:12px}.success .track{background:#edf8f1;border-color:#dcefe2}.success .fill{background:#edf8f1}.success .handle{background:var(--green);cursor:default}.success .track-label{left:0;right:60px;color:var(--green);font-weight:700}.success .status{color:var(--green)}.success .step-dot{background:var(--green)}.success .symbol{background:#edf8f1;color:var(--green)}.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}.noscript{font-size:14px;line-height:1.5;color:var(--red)}
@media(max-width:540px){.header{height:82px;width:calc(100% - 40px)}.header img{width:164px}.header-note{display:none}main{padding:12px 16px 34px}.card{padding:32px 24px 0;border-radius:25px}.card-footer{margin:0 -24px}h1{font-size:32px}.intro{font-size:15px}.footer{width:calc(100% - 40px)}.symbol{width:64px;height:64px;margin-bottom:23px}.track-label{font-size:13px}.eyebrow{font-size:10px;letter-spacing:1.2px}}
@media(max-width:350px){.card{padding-left:18px;padding-right:18px}.card-footer{margin-left:-18px;margin-right:-18px}h1{font-size:28px}.track-label{font-size:12px}.desktop-break{display:none}}
