/* Shared presentation for all code redemption steps. */
.redeem-flow{--primary:#66bfed;--text-light:#edf5ff;--bg-input:#102c46;--border-color:#84b9df30;color-scheme:dark;padding-top:110px!important;font-family:var(--font-primary)!important;min-height:100vh;display:flex;flex-direction:column}
.redeem-flow a{text-decoration:none;color:#a7daff}.redeem-flow [hidden]{display:none!important}
.redeem-flow>.logo-container{display:none}.redeem-flow .main-container{width:min(1240px,calc(100% - 32px));margin:0 auto;padding:20px 0 36px;animation:umx-arrive .3s ease-out;flex:1}
.redeem-flow .card,.redeem-flow .redeem-card,.redeem-flow .confirmation-card,.redeem-flow .download-card{border-radius:24px;background:linear-gradient(140deg,#122e4bef,#11253eef);border:1px solid #84b9df30;box-shadow:0 14px 38px #051a3530}
.redeem-flow :is(input:not([type=checkbox]):not([type=radio]),select,textarea){font:inherit;background:#102940;color:#edf5ff;border:1px solid #82bce13d;border-radius:13px;box-shadow:none;padding:12px 15px;min-height:46px}.redeem-flow input::placeholder{color:#85a7c0}
.redeem-flow :is(.btn,button:not(.nav-link):not(.navbar-toggler):not(.dropdown-item)){font-family:inherit;border-radius:13px;transition:background .18s,box-shadow .18s;box-shadow:none}
.redeem-flow .btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:10px 18px;font-size:14px;font-weight:600;border:1px solid #85bee13a;background:#204562;color:#edf5ff;cursor:pointer}.redeem-flow .btn-primary{background:linear-gradient(115deg,#246f9d,#2182ab)}.redeem-flow .btn:hover{filter:brightness(1.12)}.redeem-flow .btn:disabled{opacity:.55;cursor:wait}
.redeem-flow .sticky-header{position:sticky;top:100px;left:auto;right:auto;width:min(1240px,calc(100% - 32px));margin:0 auto;border:1px solid #84b9df30;border-radius:20px;background:#102c49f5;z-index:900;padding:14px 20px}.redeem-flow .header-logo{display:none}.redeem-flow .header-content{gap:16px}.redeem-flow .header-actions{gap:10px}.redeem-flow .selected-sidebar{top:190px;border-radius:20px;background:#132e49;border:1px solid #84b9df30;padding:20px}.redeem-flow .plugin-card{border-radius:18px;overflow:hidden;background:#173652}.redeem-flow .plugin-img,.redeem-flow .plugin-image{border-radius:13px}.redeem-flow .selected-plugin{border-radius:16px}.redeem-flow .redeem-processing-card{border-radius:24px;background:#122f4c;border:1px solid #80bade40}
.redeem-flow footer{background:transparent;padding:22px;text-align:center;color:#a3bad0;font-size:12px}.redeem-entry{max-width:960px!important}.redeem-heading{margin:4px 0 24px}.redeem-heading h1{font-size:clamp(30px,4vw,42px);letter-spacing:-1.2px;margin:8px 0 10px}.redeem-heading p{color:#b6cce0;font-size:15px;margin:0}.redeem-eyebrow{font-size:10px;letter-spacing:2px;font-weight:700;color:#94d3f0}.redeem-entry .redeem-card{padding:28px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:32px}.redeem-entry h2{font-size:20px;margin:0 0 18px}.redeem-form{display:grid;gap:10px}.redeem-form label{font-size:13px;font-weight:600;color:#d2e6f4;margin-top:8px}.redeem-form input{width:100%}.redeem-form #activationCode{font-size:26px;font-weight:600;letter-spacing:.26em;text-align:center;min-height:66px;border-radius:16px}.redeem-form small{font-size:12px;color:#a5bdd1;line-height:1.6}.redeem-form .btn{margin-top:12px;width:100%}.redeem-help{border-left:1px solid #82b9df26;padding-left:30px;display:flex;flex-direction:column;gap:18px;justify-content:center}.redeem-help p{font-size:13px;line-height:1.65;color:#b5cce0;margin:6px 0 0}.redeem-help strong{font-size:14px}.redeem-help i{color:#85cbea;margin-right:8px}.redeem-help a{font-size:13px}.redeem-steps{display:flex;list-style:none;margin:0 0 22px;padding:0;gap:12px;align-items:center;color:#96b4cc;font-size:12px}.redeem-steps li{display:flex;gap:8px;align-items:center}.redeem-steps li+li::before{content:'';width:26px;height:1px;background:#749fc94d;margin-right:4px}.redeem-steps span{display:grid;place-items:center;border-radius:50%;width:28px;height:28px;background:#1c3d5d}.redeem-steps [aria-current]{color:#dbf4ff}.redeem-steps [aria-current] span{background:#247ca3}.redeem-alert{padding:14px 18px;border-radius:14px;background:#4a2c4055;border:1px solid #ca7fa950;margin:0 0 18px;color:#ffd4df;font-size:14px}.redeem-resume{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;background:#183e57;border-radius:15px;margin-bottom:18px;font-size:14px}#redeemStatus{font-size:12px;color:#9fcce4;min-height:20px;margin:0}.redeem-spinner{width:16px;height:16px;border:2px solid #adddf644;border-top-color:#cdeaff;border-radius:50%;animation:redeem-spin .7s linear infinite}@keyframes redeem-spin{to{transform:rotate(360deg)}}
@media(max-width:700px){.redeem-flow{padding-top:92px!important}.redeem-entry .redeem-card{grid-template-columns:1fr;padding:22px;gap:24px}.redeem-help{border-left:0;border-top:1px solid #82b9df26;padding:22px 0 0}.redeem-flow .sticky-header{top:84px;padding:12px}.redeem-flow .header-content{flex-wrap:wrap}.redeem-flow .header-steps{display:none}.redeem-flow .selected-sidebar{position:static}.redeem-steps{gap:8px;font-size:11px}.redeem-steps li+li::before{width:10px}.redeem-flow .header-actions .btn{padding:8px 11px}.redeem-flow .plugin-selection-wrapper{gap:18px}}
@media(prefers-reduced-motion:reduce){.redeem-flow *{animation:none!important;transition:none!important}}
.redeem-flow{margin:0;color:#edf5ff;line-height:1.55}.redeem-flow *{box-sizing:border-box}.redeem-flow .logo-container{display:none}.redeem-flow .redeem-heading h1,.redeem-flow .redeem-entry h2,.redeem-flow .redeem-help strong{color:#edf5ff}.redeem-flow .redeem-form{gap:9px}.redeem-flow .redeem-entry .redeem-card{align-items:start}
.redeem-flow .plugin-card img{border-radius:12px}.redeem-flow .selected-sidebar small{color:#aac4dc}.redeem-flow .card-header{background:transparent;border-color:#83b9df28}.redeem-flow .card{overflow:hidden}.redeem-flow .main-container>.card{max-width:880px;margin-inline:auto}
/* Eight individual strokes preserve the activation-code visual language. */
.redeem-flow:has(.redeem-entry){min-height:100dvh}.redeem-flow .redeem-entry{flex:0 0 auto;margin-block:auto!important;padding-block:26px!important}.redeem-entry .redeem-card{align-items:center!important}.redeem-entry .redeem-help{align-self:stretch;justify-content:center}.redeem-entry .redeem-heading{margin-bottom:18px}.redeem-entry .redeem-card,.redeem-entry .redeem-alert,.redeem-entry .redeem-resume{border:0!important}.redeem-entry .redeem-form #email{border:0!important;border-radius:12px;background:#102940a6}.redeem-entry .redeem-form #email:focus-visible{background:#245270!important;box-shadow:inset 0 -2px #86cbea!important}.redeem-entry .redeem-form #activationCode{border:0!important;border-radius:0!important;box-shadow:none!important;outline:0!important;background:transparent!important;font-family:ui-monospace,Consolas,monospace;padding:0!important;letter-spacing:.2em;min-height:58px;height:58px}.activation-control{position:relative;width:min(100%,440px);height:62px;margin:2px auto 8px}.activation-slots{display:none}.has-code-slots #activationCode{position:absolute;inset:0;width:100%;height:100%!important;z-index:2;color:transparent!important;caret-color:transparent;-webkit-text-fill-color:transparent!important;cursor:text}.has-code-slots #activationCode::selection{background:transparent!important;color:transparent!important;-webkit-text-fill-color:transparent!important}.has-code-slots .activation-slots{position:absolute;inset:0;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;pointer-events:none}.activation-slots>span{position:relative;display:grid;place-items:center;padding-bottom:8px;font:600 27px/1 ui-monospace,Consolas,monospace;color:#e7f7ff;border-radius:5px 5px 0 0;transition:background .18s,color .18s}.activation-slots>span::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;border-radius:3px;background:#779dbb66;transition:background .18s,transform .18s}.activation-slots>.is-filled::after{background:#86c0df}.activation-slots>.is-current::after{background:#b0e9ff;transform:scaleY(1.5)}.activation-slots>.is-selected{background:#497ba24d}.activation-control:has([aria-invalid=true]) .activation-slots>span::after{background:#e1a1b0}.field-error{color:#ffc0cb;font-size:12px;line-height:1.5;margin:0}.redeem-entry .redeem-form label{display:flex;align-items:center}.redeem-entry .redeem-help{border-left-color:#87b6d91c}
@media(max-width:700px){.redeem-flow .redeem-entry{margin-block:0!important;padding-top:12px!important}.activation-slots{gap:7px!important}.activation-slots>span{font-size:24px}.activation-control{height:58px}.redeem-entry .redeem-help{border-left:0}}
