.success-sheet{display:flex;flex-direction:column;align-items:center;text-align:center;min-height:72vh;padding:28px 24px max(20px,env(safe-area-inset-bottom))}.success-header{margin-top:6px}.success-icon{width:56px;height:56px;margin:6px auto 22px}.success-headline{margin:0 0 4px;font-size:20px;line-height:1.3;letter-spacing:-.01em;color:#0a0a0a;font-weight:400}.success-target{margin:0 0 8px;font-size:22px;line-height:1.25;font-weight:700;color:#0a0a0a}.success-spacer{flex:1 1}.success-receipt{margin:0 0 14px;font-size:16px;line-height:22px;color:rgba(0,0,0,.45)}.success-btn{display:inline-flex;align-items:center;justify-content:center;min-width:220px;width:80%;max-width:320px;height:52px;border-radius:28px;background:#000;color:#fff;font-size:16px;font-weight:500;padding:0 28px;margin-bottom:max(16px,env(safe-area-inset-bottom));border:0;cursor:pointer;transition:background .3s ease}.success-btn:hover{background:#333}.success-btn:active{background:#111}