*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background-color:#fff}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#11181c}button{font-family:inherit}.redeem-container{width:100%;min-height:100dvh;background-color:#fff;display:flex;justify-content:center;align-items:center;padding:24px}.redeem-content-wrapper{width:100%;max-width:480px;display:flex;flex-direction:column}.redeem-card{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 24px;text-align:center}.redeem-logo{width:58px;height:58px;margin-bottom:8px;filter:brightness(0) saturate(100%) invert(61%) sepia(38%) saturate(633%) hue-rotate(98deg) brightness(90%) contrast(86%)}.redeem-title{font-size:26px;font-weight:700;color:#11181c;line-height:32px;margin:0}.redeem-body{font-size:16px;font-weight:400;color:#11181c;line-height:22px;margin:0;max-width:380px}.redeem-body.subtle{color:#51606a;font-size:14px;line-height:20px}.redeem-error{background-color:#fee;border:1px solid #FCC;border-radius:12px;padding:12px 16px;color:#b83232;font-size:14px;width:100%;word-break:break-word;text-align:left}.redeem-button{width:100%;max-width:360px;background-color:#f9f9f9;border-radius:100px;padding:16px;border:none;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;font-size:16px;font-weight:600;color:#000;transition:background-color .15s ease,transform .15s ease}.redeem-button:hover:not(:disabled){background-color:#ececec}.redeem-button:active:not(:disabled){transform:scale(.99)}.redeem-button.primary{background-color:#11181c;color:#fff}.redeem-button.primary:hover:not(:disabled){background-color:#2a3338}.redeem-button:disabled{opacity:.6;cursor:not-allowed}.redeem-button-icon{width:18px;height:18px;flex-shrink:0}.redeem-spinner{width:32px;height:32px;border:3px solid #E0E0E0;border-top:3px solid #11181C;border-radius:50%;animation:redeem-spin .8s linear infinite}@keyframes redeem-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.redeem-app-links{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;margin-top:8px;flex-wrap:wrap}.redeem-app-links img{height:44px}@media(max-width:480px){.redeem-card{padding:24px 16px}.redeem-title{font-size:22px;line-height:28px}}
