:root{
  --fy-orange:#ff7000;
  --fy-orange-hover:#e96300;
  --fy-ink:#182033;
  --fy-muted:#778195;
  --fy-paper:#fff;
  --fy-page:#f4f6f8;
  --fy-line:#e3e7ed;
}

body.ifyzx-redeem-page{background:var(--fy-page);touch-action:pan-x pan-y}
body.ifyzx-redeem-page .b2-single-content{box-sizing:border-box;width:100%;padding:0!important}
body.ifyzx-redeem-page #primary-home.wrapper{box-sizing:border-box;width:100%;max-width:1180px}
body.ifyzx-redeem-page article.single-article{overflow:visible;padding:0!important;background:transparent;box-shadow:none;border-radius:0}
body.ifyzx-redeem-page article.single-article>.entry-header{display:none}
body.ifyzx-redeem-page article.single-article>.entry-content{padding:0;background:transparent}

.ifyzx-redeem-shell{
  display:grid;
  place-items:center;
  min-height:560px;
  margin:24px 0 44px;
  padding:64px 24px;
  box-sizing:border-box;
  font-family:inherit;
}
.ifyzx-redeem-shell *{box-sizing:border-box}
.ifyzx-ticket-shadow{
  width:min(100%,480px);
  filter:drop-shadow(0 0 .6px rgba(255,112,0,.3)) drop-shadow(0 8px 20px rgba(255,112,0,.11)) drop-shadow(0 24px 42px rgba(63,45,32,.07));
}
.ifyzx-ticket{
  position:relative;
  width:100%;
  color:var(--fy-ink);
  background:var(--fy-paper);
  border-radius:20px;
  -webkit-mask-image:radial-gradient(circle 13px at 0 99px,transparent 12px,#000 13px),radial-gradient(circle 13px at 100% 99px,transparent 12px,#000 13px);
  -webkit-mask-position:left top,right top;
  -webkit-mask-size:51% 100%,51% 100%;
  -webkit-mask-repeat:no-repeat;
  mask-image:radial-gradient(circle 13px at 0 99px,transparent 12px,#000 13px),radial-gradient(circle 13px at 100% 99px,transparent 12px,#000 13px);
  mask-position:left top,right top;
  mask-size:51% 100%,51% 100%;
  mask-repeat:no-repeat;
}
.ifyzx-ticket-head{display:flex;align-items:center;gap:15px;padding:30px 32px 25px}
.ifyzx-ticket-mark{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;color:#fff;background:var(--fy-orange);border-radius:12px}
.ifyzx-ticket-mark svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ifyzx-ticket-head small{display:block;margin-bottom:4px;color:#9199a7;font-family:inherit;font-size:11px;font-weight:500;line-height:1.2;letter-spacing:.08em}
.ifyzx-ticket-head h2{margin:0;color:var(--fy-ink);font-family:inherit;font-size:23px;font-weight:650;line-height:1.3;letter-spacing:0}
.ifyzx-ticket-cut{position:relative;height:1px;margin:0 20px;border-top:1px dashed #cfd5de}
.ifyzx-ticket-body{min-height:242px;padding:31px 32px 28px}
.ifyzx-redeem-form>label{display:block;margin:0 0 10px;color:#3d475a;font-size:13px;font-weight:600}
.ifyzx-code-field{display:flex;align-items:center;height:52px;background:#fff;border:1px solid #ccd3dd;border-radius:10px;transition:border-color .18s,box-shadow .18s}
.ifyzx-code-field:focus-within{border-color:var(--fy-orange);box-shadow:0 0 0 3px rgba(255,112,0,.11)}
.ifyzx-code-field>span{padding:0 13px 0 16px;color:#9ba4b3;font-family:inherit;font-size:10px;font-weight:700;line-height:1;letter-spacing:.1em;border-right:1px solid #e4e8ee}
.ifyzx-code-field input{width:100%;height:50px;padding:0 15px!important;color:var(--fy-ink)!important;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;font-family:inherit!important;font-size:16px!important;font-weight:650!important;line-height:1!important;letter-spacing:.06em;text-transform:uppercase}
.ifyzx-code-field input::placeholder{color:#adb5c1;font-weight:400;letter-spacing:0}
.ifyzx-redeem-form>button,.ifyzx-login-button{display:flex;justify-content:space-between;align-items:center;width:100%;height:50px;margin-top:14px;padding:0 18px;color:#fff!important;background:var(--fy-orange);border:0;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none!important;cursor:pointer;transition:background .18s,transform .18s}
.ifyzx-redeem-form>button:hover,.ifyzx-login-button:hover{color:#fff;background:var(--fy-orange-hover);transform:translateY(-1px)}
.ifyzx-redeem-form>button:focus-visible,.ifyzx-login-button:focus-visible{outline:3px solid rgba(255,112,0,.25);outline-offset:3px}
.ifyzx-redeem-form>button:disabled{opacity:.65;cursor:wait;transform:none}
.ifyzx-redeem-message{min-height:0;margin-top:14px;font-size:13px;line-height:1.65}
.ifyzx-redeem-message.is-success,.ifyzx-redeem-message.is-warning,.ifyzx-redeem-message.is-error{padding:13px 14px;border-radius:9px}
.ifyzx-redeem-message.is-success{color:#17613d;background:#edf8f2;border:1px solid #caead7}
.ifyzx-redeem-message.is-warning{color:#9a5700;background:#fff7e8;border:1px solid #f1d39b}
.ifyzx-redeem-message.is-error{color:#a52a2a;background:#fff2f1;border:1px solid #f1d3d0}
.ifyzx-redeem-message strong{display:block;margin-bottom:2px;color:inherit;font-size:14px}
.ifyzx-redeem-message a{display:flex;align-items:center;width:max-content;max-width:100%;margin:5px 0 0;color:inherit!important;font-weight:600;text-decoration:underline!important;text-underline-offset:3px}
.ifyzx-login-state{text-align:center;padding:3px 0 2px}
.ifyzx-lock{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 16px;color:var(--fy-orange);background:#fff1e7;border-radius:50%}
.ifyzx-lock svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ifyzx-login-state h3{margin:0 0 7px;color:var(--fy-ink);font-family:inherit;font-size:20px;font-weight:650}
.ifyzx-login-state p{margin:0 0 18px;color:var(--fy-muted);font-size:13px;line-height:1.7}
.ifyzx-ticket footer{display:flex;align-items:center;justify-content:center;min-height:48px;padding:10px 24px;color:var(--fy-muted);background:#f1f3f6;border-radius:0 0 20px 20px;font-size:11px}
.ifyzx-account-dot{width:6px;height:6px;margin-right:7px;background:#25a36a;border-radius:50%;box-shadow:0 0 0 3px rgba(37,163,106,.12)}

@media(max-width:600px){body.ifyzx-redeem-page .b2-single-content{padding:0 10px}.ifyzx-redeem-shell{min-height:480px;margin:12px 0 28px;padding:34px 14px}.ifyzx-ticket{-webkit-mask-image:radial-gradient(circle 13px at 0 94px,transparent 12px,#000 13px),radial-gradient(circle 13px at 100% 94px,transparent 12px,#000 13px);mask-image:radial-gradient(circle 13px at 0 94px,transparent 12px,#000 13px),radial-gradient(circle 13px at 100% 94px,transparent 12px,#000 13px)}.ifyzx-ticket-head{padding:27px 24px 23px}.ifyzx-ticket-head h2{font-size:21px}.ifyzx-ticket-body{padding:27px 22px 25px}.ifyzx-code-field input{font-size:14px!important}.ifyzx-ticket footer{padding:10px 16px}}
@media(prefers-reduced-motion:no-preference){.ifyzx-ticket{animation:ifyzx-ticket-in .45s ease-out both}@keyframes ifyzx-ticket-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}}
@media(prefers-reduced-motion:reduce){.ifyzx-redeem-form>button,.ifyzx-login-button{transition:none}}
