#platinumBuyView{
  color-scheme:light;
  --danger:#db3b3b;
  --safe-top:env(safe-area-inset-top,0px);
  --safe-bottom:env(safe-area-inset-bottom,0px)
}
#platinumBuyView *{box-sizing:border-box}
#platinumBuyView, #platinumBuyView{min-height:100%;margin:0}
#platinumBuyView{color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;overscroll-behavior:none}
#platinumBuyView button, #platinumBuyView input{font:inherit;color:inherit}
#platinumBuyView button{-webkit-tap-highlight-color:transparent}
#platinumBuyView .topbar{position:sticky;top:0;z-index:20;grid-template-columns:44px 1fr 44px}
#platinumBuyView .topbar strong{text-align:center;font-size:17px;line-height:1.15;font-weight:720}
#platinumBuyView .back-button{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:var(--text);text-decoration:none}
#platinumBuyView .back-button:active{background:var(--line)}
#platinumBuyView .back-button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}
#platinumBuyView .page{margin:0 auto}
#platinumBuyView .intro img{flex:0 0 auto}
#platinumBuyView .intro h1{font-weight:800}
#platinumBuyView .purchase-card, #platinumBuyView .info-card, #platinumBuyView .terms{background:var(--surface);border:1px solid var(--line);border-radius:24px}
#platinumBuyView .field-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 2px 10px;font-size:13px}
#platinumBuyView .field-head label, #platinumBuyView .field-head>span:first-child{font-weight:720}
#platinumBuyView .field-head>span:last-child{font-size:12px;text-align:right}
#platinumBuyView .money-field{display:grid;grid-template-columns:46px minmax(90px,1fr) minmax(116px,1.2fr);align-items:center;gap:11px;padding:12px 14px;transition:border-color .18s ease,box-shadow .18s ease}
#platinumBuyView .money-field:focus-within{border-color:color-mix(in srgb,var(--accent) 28%,transparent)}
#platinumBuyView .money-field.is-error{border-color:color-mix(in srgb,var(--danger) 55%,transparent)}
#platinumBuyView .currency-icon, #platinumBuyView .platinum-icon{width:44px;height:44px;border-radius:50%;flex:0 0 auto}
#platinumBuyView .currency-icon{display:grid;place-items:center;font-size:24px;font-weight:780}
#platinumBuyView .platinum-icon{object-fit:cover}
#platinumBuyView .currency-name{display:grid;gap:4px;min-width:0}
#platinumBuyView .currency-name strong{font-size:15px;line-height:1.05}
#platinumBuyView .currency-name small{color:var(--muted);font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#platinumBuyView .amount-control{display:flex;align-items:baseline;justify-content:flex-end;gap:5px;min-width:0}
#platinumBuyView .amount-control input, #platinumBuyView .amount-control output{width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;text-align:right;font-size:28px;line-height:1;font-weight:790;letter-spacing:-.7px}
#platinumBuyView .amount-control span{color:var(--muted);font-size:13px;font-weight:720;white-space:nowrap}
#platinumBuyView .field-message{min-height:17px;margin:6px 3px 0;color:var(--danger);font-size:11.5px}
#platinumBuyView .conversion{display:grid;align-items:center;gap:10px;color:var(--muted);font-size:11.5px;font-weight:650}
#platinumBuyView .conversion span{height:1px;background:var(--line)}
#platinumBuyView .receive-head{margin-top:0}
#platinumBuyView .result output{font-variant-numeric:tabular-nums}
#platinumBuyView .info-card{display:flex;gap:11px;align-items:flex-start}
#platinumBuyView .info-icon{width:24px;height:24px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;font-size:13px;font-weight:800}
#platinumBuyView .info-card p{margin:1px 0 0;color:var(--muted);font-size:12px;line-height:1.45}
#platinumBuyView .info-card strong{color:var(--text)}
#platinumBuyView .terms summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}
#platinumBuyView .terms summary::-webkit-details-marker{display:none}
#platinumBuyView .terms summary span{display:grid;gap:3px}
#platinumBuyView .terms summary strong{font-size:13px}
#platinumBuyView .terms summary small{color:var(--muted);font-size:11.5px}
#platinumBuyView .terms summary svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .18s ease}
#platinumBuyView .terms[open] summary svg{transform:rotate(180deg)}
#platinumBuyView .terms-body{color:var(--muted);font-size:11.5px;line-height:1.5}
#platinumBuyView .terms-body p{margin:11px 0 0}
#platinumBuyView .checkout-bar{position:fixed;z-index:30;left:0;right:0;bottom:0;padding:12px max(16px,calc((100vw - 620px)/2 + 16px)) calc(12px + var(--safe-bottom));display:grid;grid-template-columns:auto 1fr;gap:10px 16px;align-items:center}
#platinumBuyView .checkout-summary{display:grid;gap:2px;min-width:100px}
#platinumBuyView .checkout-summary span{color:var(--muted);font-size:11.5px}
#platinumBuyView .checkout-summary strong{font-size:17px;line-height:1.1;font-weight:790}
#platinumBuyView .checkout-bar button{min-height:50px;border:0;font-size:15px;font-weight:760;cursor:pointer}
#platinumBuyView .checkout-bar button:active{transform:scale(.99)}
#platinumBuyView .checkout-bar button:disabled{opacity:.45;cursor:default}
#platinumBuyView .checkout-bar #status{display:none;margin:0;text-align:center;color:var(--muted);font-size:11.5px}
#platinumBuyView .checkout-bar #status:not(:empty){display:block}
@media (max-width:390px){#platinumBuyView .page{padding-left:12px;padding-right:12px}#platinumBuyView .intro img{width:88px;height:88px}#platinumBuyView .intro h1{font-size:24px}#platinumBuyView .intro p{font-size:13px}#platinumBuyView .purchase-card{padding:15px}#platinumBuyView .money-field{grid-template-columns:42px minmax(76px,1fr) minmax(105px,1.15fr);gap:9px;padding:11px}#platinumBuyView .currency-icon, #platinumBuyView .platinum-icon{width:40px;height:40px}#platinumBuyView .amount-control input, #platinumBuyView .amount-control output{font-size:24px}}
@media (prefers-color-scheme:dark){#platinumBuyView:not([data-tg-theme]){--bg:#111216;--surface:#1b1d22;--text:#f6f7f9;--muted:#9298a3;--accent:#f6f7f9;--accent-text:#111216;--line:rgba(255,255,255,.09);--soft:#25282e}#platinumBuyView .currency-icon{background:#f6f7f9;color:#111216}#platinumBuyView .receive-field{background:#222937}}
#platinumBuyView .legal-link{display:flex;align-items:center;justify-content:center;min-height:42px;margin-top:13px;color:var(--text);text-decoration:none;font-size:12.5px;font-weight:720}
#platinumBuyView .legal-link:active{opacity:.7}
#platinumBuyView .checkout-bar .acceptance{grid-column:1/-1;margin:0;text-align:center;color:var(--muted);font-size:10.5px;line-height:1.35}
#platinumBuyView .checkout-bar .acceptance a{color:var(--text);text-underline-offset:2px}
#platinumBuyView .checkout-bar #status{grid-column:1/-1}
#platinumBuyView .page{padding-bottom:176px}
@media (max-width:390px){#platinumBuyView .page{padding-bottom:184px}}
#platinumBuyView .topbar{
  display:flex;
  align-items:center;
}
#platinumBuyView .home-link{
  display:inline-flex;
  align-items:center;
  gap:4px;
  text-decoration:none;
  font-weight:680;
}
#platinumBuyView .home-link svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#platinumBuyView .page{padding-top:10px}
#platinumBuyView .intro{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0;
  text-align:center;
}
#platinumBuyView .intro img{
  margin:0 0 10px;
  object-fit:contain;
}
#platinumBuyView .intro h1{
  margin:0;
  line-height:1.06;
}
#platinumBuyView .intro p{
  margin:7px auto 0;
  line-height:1.38;
}
@media (max-width:390px){#platinumBuyView .intro img{width:82px;height:82px}#platinumBuyView .intro h1{font-size:22px}#platinumBuyView .intro p{font-size:12.5px}}
#platinumBuyView .purchase-card, #platinumBuyView .info-card, #platinumBuyView .terms{
  background:transparent;
  border:0;
  border-radius:0;
}
#platinumBuyView .money-field:focus-within{
  border:0;
}
#platinumBuyView .money-field.is-error{
  border:0;
  box-shadow:none;
}
#platinumBuyView .receive-field{
  border:0;
}
#platinumBuyView .conversion{
  grid-template-columns:1fr;
  text-align:center;
}
#platinumBuyView .conversion span{display:none}
#platinumBuyView .terms{
  margin-top:2px;
  overflow:visible;
}
#platinumBuyView .terms-body{
  border-top:0;
}
#platinumBuyView .legal-link{
  border:0;
}
#platinumBuyView .intro img{
  display:block;
}
@media (max-width:390px){#platinumBuyView .purchase-card{padding:2px 0 0}#platinumBuyView .intro img{width:min(100%,230px);height:auto}}
#platinumBuyView{
  --bg:#fff!important;
  --surface:#fff!important;
  --text:#171a20!important;
  --muted:#8d949f!important;
  --accent:#171a20!important;
  --accent-text:#fff!important;
  --line:#e9ecf0!important;
  --soft:#f5f6f8!important;
}
#platinumBuyView{min-height:100dvh!important}
#platinumBuyView .topbar{
  min-height:56px!important;
  padding:env(safe-area-inset-top,0) 18px 0!important;
}
#platinumBuyView .home-link{
  min-height:40px!important;
  padding:0!important;
  font-size:13px!important;
}
#platinumBuyView .page{
  width:min(100%,600px)!important;
  padding:22px 18px 182px!important;
}
#platinumBuyView .intro{
  padding:4px 12px 24px!important;
}
#platinumBuyView .intro img{
  width:min(100%,220px)!important;
  height:auto!important;
  margin-bottom:8px!important;
}
#platinumBuyView .intro h1{font-size:28px!important;letter-spacing:-.7px!important}
#platinumBuyView .intro p{max-width:390px!important;color:#8d949f!important;font-size:13px!important}
#platinumBuyView .purchase-card{
  border-radius:24px!important;
}
#platinumBuyView .field-head{margin-bottom:9px!important}
#platinumBuyView .money-field{
  min-height:72px!important;
  border:0!important;
  border-radius:18px!important;
  background:#f1f3f5!important;
  box-shadow:none!important;
}
#platinumBuyView .money-field:focus-within{background:#eef1f4!important;box-shadow:none!important}
#platinumBuyView .conversion{margin:16px 0!important}
#platinumBuyView .info-card{
  margin-top:16px!important;
  padding:13px 3px!important;
  background:transparent!important;
}
#platinumBuyView .terms{background:transparent!important}
#platinumBuyView .terms summary{padding:14px 3px!important}
#platinumBuyView .terms-body{padding:0 3px 14px!important}
#platinumBuyView .legal-link{
  background:#f4f5f7!important;
  border-radius:14px!important;
}
#platinumBuyView .checkout-bar button{
  border-radius:16px!important;
  background:#171a20!important;
  color:#fff!important;
}
@media (prefers-color-scheme:dark){#platinumBuyView:not([data-tg-theme]){
    --bg:#fff!important;--surface:#fff!important;--text:#171a20!important;--muted:#8d949f!important;--accent:#171a20!important;--accent-text:#fff!important;--line:#e9ecf0!important;--soft:#f5f6f8!important;
  }#platinumBuyView, #platinumBuyView{background:#fff!important;color:#171a20!important}#platinumBuyView .currency-icon{background:#171a20!important;color:#fff!important}#platinumBuyView .receive-field{background:#f1f4fa!important}}
@media (max-width:390px){#platinumBuyView .page{padding-left:14px!important;padding-right:14px!important}#platinumBuyView .intro img{width:min(100%,185px)!important}#platinumBuyView .intro h1{font-size:25px!important}#platinumBuyView .purchase-card{padding:16px!important}}
#platinumBuyView, #platinumBuyView{
  color-scheme:light!important;
}
#platinumBuyView{
  background:#fff!important;
}
#platinumBuyView .topbar{
  background:#fff!important;
  background-color:#fff!important;
  background-image:none!important;
  border-bottom:1px solid #eef0f3!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#platinumBuyView .topbar::before, #platinumBuyView .topbar::after{
  background:transparent!important;
  box-shadow:none!important;
}
#platinumBuyView .home-link{
  color:#4d5561!important;
}
#platinumBuyView .checkout-bar{
  background-color:#fff!important;
  background-image:none!important;
  border-top:1px solid #eceff2!important;
  box-shadow:0 -10px 28px rgba(25,30,38,.035)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#platinumBuyView .checkout-bar::before, #platinumBuyView .checkout-bar::after{
  background:transparent!important;
  box-shadow:none!important;
}
@media (prefers-color-scheme:dark){#platinumBuyView, #platinumBuyView, #platinumBuyView .topbar, #platinumBuyView .checkout-bar{
    background:#fff!important;
    background-color:#fff!important;
    color-scheme:light!important;
  }}
#platinumBuyView .payment-modal-open{overflow:hidden}
#platinumBuyView .payment-method-modal[hidden]{display:none!important}
#platinumBuyView .payment-method-modal{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:16px}
#platinumBuyView .payment-method-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(20,24,31,.28);cursor:default}
#platinumBuyView .payment-method-modal__dialog{position:relative;z-index:1;width:min(100%,600px);max-height:min(92dvh,820px);overflow:auto;padding:28px;border-radius:28px;background:#fff;box-shadow:0 24px 60px rgba(20,24,31,.16)}
#platinumBuyView .payment-method-modal__close{position:absolute;top:14px;right:14px;z-index:2;width:40px;height:40px;border:0;border-radius:50%;display:grid;place-items:center;background:#f3f4f6;color:#5b626e;font-size:26px;line-height:1;cursor:pointer}
#platinumBuyView .payment-step{display:none}
#platinumBuyView .payment-step.is-active{display:block}
#platinumBuyView .payment-modal-head{padding-right:42px;margin-bottom:18px}
#platinumBuyView .payment-modal-head>span{display:block;margin-bottom:5px;color:#9198a3;font-size:13px;font-weight:720}
#platinumBuyView .payment-modal-head h2{margin:0;color:#171a20;font-size:28px;line-height:1.1;letter-spacing:-.035em}
#platinumBuyView .payment-modal-summary{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}
#platinumBuyView .payment-modal-summary>div, #platinumBuyView .payment-mini-total{padding:15px 16px;border-radius:18px;background:#f6f7f8}
#platinumBuyView .payment-modal-summary span, #platinumBuyView .payment-mini-total span{display:block;margin-bottom:4px;color:#9097a2;font-size:13px}
#platinumBuyView .payment-modal-summary strong, #platinumBuyView .payment-mini-total strong{display:block;color:#171a20;font-size:20px;font-weight:780}
#platinumBuyView .payment-method-list, #platinumBuyView .payment-submethod-list{display:grid;gap:14px}
#platinumBuyView .payment-method-card{width:100%;min-height:78px;padding:14px 16px;border:1px solid #eceef1;border-radius:20px;display:grid;grid-template-columns:54px 1fr 22px;align-items:center;gap:14px;background:#fff;text-align:left;cursor:pointer}
#platinumBuyView .payment-method-card:hover, #platinumBuyView .payment-submethod:hover{background:#fafafa}
#platinumBuyView .payment-method-card__icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:#f2f3f5;color:#171a20;font-size:14px;font-weight:800;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
#platinumBuyView .payment-method-card__icon img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}
#platinumBuyView .payment-method-card>span:nth-child(2){display:grid;gap:2px}
#platinumBuyView .payment-method-card strong{font-size:16px}
#platinumBuyView .payment-method-card small{color:#9097a2;font-size:13px}
#platinumBuyView .payment-method-card>b, #platinumBuyView .payment-submethod>b{color:#a1a7b0;font-size:22px;font-weight:500}
#platinumBuyView .payment-rates{display:grid;gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid #eceef1}
#platinumBuyView .payment-rates>div{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13.5px}
#platinumBuyView .payment-rates span{color:#9097a2}
#platinumBuyView .payment-rates strong{font-size:13.5px;font-weight:760;white-space:nowrap}
#platinumBuyView .payment-step-back{margin:-2px 0 16px;padding:0;border:0;background:transparent;color:#6d7480;font-size:14px;font-weight:700;cursor:pointer}
#platinumBuyView .payment-submethod{width:100%;min-height:62px;padding:0 18px;border:1px solid #eceef1;border-radius:18px;display:flex;align-items:center;justify-content:space-between;background:#fff;color:#171a20;font-size:15px;font-weight:700;cursor:pointer}
#platinumBuyView .payment-submethod.is-selected{border-color:#171a20;background:#f7f7f8}
#platinumBuyView .payment-selection{margin-top:16px;padding:16px 18px;border-radius:18px;background:#f5f6f8}
#platinumBuyView .payment-selection>span{display:block;color:#9097a2;font-size:13px}
#platinumBuyView .payment-selection>strong{display:block;margin-top:4px;font-size:18px}
#platinumBuyView .payment-selection button, #platinumBuyView .payment-primary-action{width:100%;min-height:52px;margin-top:12px;border:0;border-radius:16px;background:#171a20;color:#fff;font-size:15px;font-weight:760;cursor:pointer}
#platinumBuyView .payment-confirm-icon{width:64px;height:64px;margin:6px 0 16px;border-radius:20px;display:grid;place-items:center;background:#f2f3f5;font-size:25px;font-weight:800}
#platinumBuyView .payment-confirm-copy h2{margin:0 0 8px;font-size:26px;letter-spacing:-.03em}
#platinumBuyView .payment-confirm-copy p{margin:0;color:#7f8792;font-size:15px;line-height:1.5}
#platinumBuyView .payment-mini-total{margin-top:16px}
@media (max-width:430px){#platinumBuyView .payment-method-modal{align-items:flex-end;padding:8px}#platinumBuyView .payment-method-modal__dialog{width:100%;max-height:88dvh;padding:22px;border-radius:24px}#platinumBuyView .payment-modal-head h2{font-size:24px}#platinumBuyView .payment-method-card{min-height:68px}}
#platinumBuyView .p2p-search{text-align:center;padding:8px 4px 4px}
#platinumBuyView .p2p-search__spinner{width:54px;height:54px;margin:0 auto 16px;border:5px solid #eef1f4;border-top-color:#171a20;border-radius:50%;animation:p2p-spin .85s linear infinite}
#platinumBuyView .p2p-search>span{display:block;margin-bottom:5px;color:#8d949f;font-size:13px;font-weight:720}
#platinumBuyView .p2p-search h2{margin:0;font-size:27px;line-height:1.1;letter-spacing:-.035em}
#platinumBuyView .p2p-search p{margin:7px 0 18px;color:#818995;font-size:14px}
#platinumBuyView .p2p-search__timer{display:inline-flex;align-items:baseline;gap:4px;min-width:88px;justify-content:center;padding:10px 16px;border-radius:16px;background:#f5f6f8}
#platinumBuyView .p2p-search__timer strong{font-size:26px}
#platinumBuyView .p2p-search__timer span{color:#8d949f;font-size:13px}
@keyframes p2p-spin{to{transform:rotate(360deg)}}
#platinumBuyView .p2p-requisites{overflow:hidden;border:1px solid #eceff2;border-radius:20px;background:#fafafa}
#platinumBuyView .p2p-requisite-row[hidden]{display:none!important}
#platinumBuyView .p2p-requisite-row{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:58px;padding:12px 16px;border-bottom:1px solid #eceff2}
#platinumBuyView .p2p-requisite-row:last-child{border-bottom:0}
#platinumBuyView .p2p-requisite-row span{color:#8b929d;font-size:13px}
#platinumBuyView .p2p-requisite-row strong{color:#171a20;font-size:15px;text-align:right}
#platinumBuyView .p2p-requisite-row--amount strong{font-size:20px}
#platinumBuyView .p2p-requisites__note{margin:10px 2px 0;color:#8a919c;font-size:12.5px;line-height:1.45}
#platinumBuyView .receipt-upload{min-height:150px;border:1.5px dashed #d9dde2;border-radius:20px;background:#fafafa;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer}
#platinumBuyView .receipt-upload__icon{width:42px;height:42px;margin-bottom:8px;border-radius:14px;background:#eef0f3;display:grid;place-items:center;font-size:21px;font-weight:800}
#platinumBuyView .receipt-upload strong{font-size:15px}
#platinumBuyView .receipt-upload small{margin-top:4px;color:#9097a2;font-size:12px}
#platinumBuyView .receipt-file{margin-top:12px;padding:12px 14px;border-radius:16px;background:#f5f6f8}
#platinumBuyView .receipt-file span{display:block;margin-bottom:3px;color:#9097a2;font-size:11px}
#platinumBuyView .receipt-file strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
#platinumBuyView .payment-primary-action:disabled{opacity:.42;cursor:default}
#platinumBuyView .payment-confirm-icon--success{background:#eaf7ee;color:#24824f}
#platinumBuyView .processing-note{margin-top:16px;padding:13px 14px;border-radius:16px;background:#f5f6f8;color:#6f7782;font-size:12.5px;line-height:1.45}
#platinumBuyView .processing-actions{display:grid;gap:9px;margin-top:14px}
#platinumBuyView .payment-primary-link{display:flex;align-items:center;justify-content:center;text-decoration:none}
#platinumBuyView .payment-secondary-action{min-height:46px;border:1px solid #e7eaee;border-radius:15px;background:#fff;color:#515966;font-size:14px;font-weight:720;cursor:pointer}
@media (max-width:430px){#platinumBuyView .p2p-search h2{font-size:23px}#platinumBuyView .p2p-requisite-row{min-height:54px;padding:11px 13px}#platinumBuyView .p2p-requisite-row strong{font-size:14px}#platinumBuyView .p2p-requisite-row--amount strong{font-size:18px}#platinumBuyView .receipt-upload{min-height:132px}}
#platinumBuyView .page-actions{display:flex;justify-content:flex-start;margin-top:10px}
#platinumBuyView .history-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:14px;background:#f4f5f7;color:#171a20;text-decoration:none;font-size:13px;font-weight:720}
@media (max-width:390px){#platinumBuyView .history-button{min-height:38px;padding:0 14px;font-size:12.5px}}
#platinumBuyView, #platinumBuyView, #platinumBuyView{
  color-scheme:light!important;
  --bg:#fff!important;
  --surface:#fff!important;
  --text:#171a20!important;
  --muted:#8f97a3!important;
  --soft:#f4f5f7!important;
  --line:#e8ebef!important;
  --accent:#171a20!important;
  --accent-text:#fff!important;
}
#platinumBuyView, #platinumBuyView{background:#fff!important;color:#171a20!important}
#platinumBuyView .purchase-card{background:transparent!important;border:0!important;padding:4px 0 0!important}
#platinumBuyView .field-head{color:#1d2128!important}
#platinumBuyView .field-head label, #platinumBuyView .field-head>span:first-child{color:#1d2128!important}
#platinumBuyView .field-head>span:last-child{color:#929aa6!important}
#platinumBuyView .money-field, #platinumBuyView #moneyField{
  min-height:78px!important;
  background:#f4f5f7!important;
  background-color:#f4f5f7!important;
  color:#171a20!important;
  border:1px solid #eceef1!important;
  border-radius:20px!important;
  box-shadow:none!important;
}
#platinumBuyView .money-field:focus-within, #platinumBuyView #moneyField:focus-within{
  background:#f1f3f5!important;
  border-color:#dfe3e8!important;
  box-shadow:0 0 0 4px rgba(25,29,35,.035)!important;
}
#platinumBuyView .receive-field{
  background:#f5f7fb!important;
  background-color:#f5f7fb!important;
  border-color:#e9edf4!important;
}
#platinumBuyView .currency-icon{
  background:#fff!important;
  color:#171a20!important;
  border:1px solid #e3e6ea!important;
  box-shadow:0 2px 8px rgba(25,30,38,.04)!important;
}
#platinumBuyView .currency-name strong, #platinumBuyView .amount-control input, #platinumBuyView .amount-control output{
  color:#171a20!important;
  -webkit-text-fill-color:#171a20!important;
  opacity:1!important;
}
#platinumBuyView .currency-name small, #platinumBuyView .amount-control span, #platinumBuyView .conversion, #platinumBuyView .info-card p{
  color:#929aa6!important;
}
#platinumBuyView .platinum-icon{background:#fff!important}
#platinumBuyView .info-icon{background:#f1f3f5!important;color:#252a32!important}
#platinumBuyView .checkout-bar{background:#fff!important}
@media (prefers-color-scheme:dark){#platinumBuyView, #platinumBuyView, #platinumBuyView .money-field, #platinumBuyView #moneyField, #platinumBuyView .receive-field{color-scheme:light!important}#platinumBuyView .money-field, #platinumBuyView #moneyField{background:#f4f5f7!important;color:#171a20!important}#platinumBuyView .receive-field{background:#f5f7fb!important}#platinumBuyView .currency-name strong, #platinumBuyView .amount-control input, #platinumBuyView .amount-control output{color:#171a20!important;-webkit-text-fill-color:#171a20!important}#platinumBuyView .currency-icon{background:#fff!important;color:#171a20!important}}
#platinumBuyView .conversion-rate{display:flex;align-items:center;justify-content:center;gap:6px;line-height:1.3}
#platinumBuyView .conversion-rate small{color:#929aa6;font-size:11.5px;font-weight:600}
#platinumBuyView .conversion-rate strong{color:#6e7682;font-size:11.5px;font-weight:760}
#platinumBuyView .page-actions{gap:8px;flex-wrap:wrap}
#platinumBuyView .voucher-activate-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:0;border-radius:14px;background:#171a20;color:#fff;font-size:13px;font-weight:720;cursor:pointer}
#platinumBuyView .voucher-activate-modal[hidden]{display:none!important}
#platinumBuyView .voucher-activate-modal{position:fixed;inset:0;z-index:130;display:flex;align-items:center;justify-content:center;padding:16px}
#platinumBuyView .voucher-activate-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(20,24,31,.28)}
#platinumBuyView .voucher-activate-modal__dialog{position:relative;z-index:1;width:min(100%,390px);padding:20px;border-radius:22px;background:#fff;box-shadow:0 22px 56px rgba(20,24,31,.16)}
#platinumBuyView .voucher-activate-modal__close{position:absolute;top:10px;right:10px;width:32px;height:32px;border:0;border-radius:50%;background:#f3f4f6;color:#59616e;font-size:22px;line-height:1;cursor:pointer}
#platinumBuyView .voucher-activate-modal__eyebrow{display:block;margin-bottom:4px;color:#9299a4;font-size:11px;font-weight:720;text-transform:uppercase;letter-spacing:.05em}
#platinumBuyView .voucher-activate-modal h2{margin:0;padding-right:34px;color:#171a20;font-size:22px;line-height:1.12;letter-spacing:-.03em}
#platinumBuyView .voucher-activate-modal p{margin:7px 0 14px;color:#7b838f;font-size:13px}
#platinumBuyView .voucher-code-field{display:block}
#platinumBuyView .voucher-code-field>span{display:block;margin-bottom:6px;color:#8b929d;font-size:11.5px;font-weight:700}
#platinumBuyView .voucher-code-field input{width:100%;height:50px;padding:0 14px;border:1px solid #e5e8ec;border-radius:14px;background:#f7f8f9;color:#171a20;outline:0;font:700 15px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:.035em;text-transform:uppercase}
#platinumBuyView .voucher-code-field input:focus{border-color:#cfd4da;background:#fff;box-shadow:0 0 0 4px rgba(25,29,35,.035)}
#platinumBuyView .voucher-activate-result{margin-top:10px;padding:10px 12px;border-radius:12px;background:#f4f5f7;color:#59616e;font-size:12px;line-height:1.4}
#platinumBuyView .voucher-activate-result.is-success{background:#eaf7ee;color:#247a46}
#platinumBuyView .voucher-activate-result.is-error{background:#fff0f0;color:#bd3b3b}
#platinumBuyView .voucher-activate-submit{width:100%;min-height:46px;margin-top:12px;border:0;border-radius:14px;background:#171a20;color:#fff;font-size:13px;font-weight:760;cursor:pointer}
@media (max-width:430px){#platinumBuyView .voucher-activate-button, #platinumBuyView .history-button{flex:1 1 auto}#platinumBuyView .voucher-activate-modal{align-items:flex-end;padding:8px}#platinumBuyView .voucher-activate-modal__dialog{width:100%;padding:18px;border-radius:20px}}
@media (min-width:1181px){#platinumBuyView.ksan-internal-dashboard .checkout-bar{
    left:calc((100vw - min(1240px, calc(100vw - 36px))) / 2 + 184px + 28px)!important;
    right:calc((100vw - min(1240px, calc(100vw - 36px))) / 2)!important;
    padding:12px 18px calc(12px + var(--safe-bottom))!important;
    grid-template-columns:130px minmax(260px,360px)!important;
    justify-content:center!important;
    column-gap:18px!important;
  }#platinumBuyView.ksan-internal-dashboard .checkout-bar #payButton{
    width:100%!important;
    min-width:260px!important;
    max-width:360px!important;
    padding:0 24px!important;
    white-space:nowrap!important;
  }#platinumBuyView.ksan-internal-dashboard .checkout-summary{
    min-width:130px!important;
    justify-self:end!important;
  }#platinumBuyView.ksan-internal-dashboard .checkout-bar .acceptance, #platinumBuyView.ksan-internal-dashboard .checkout-bar #status{
    grid-column:1 / -1!important;
    width:min(100%,520px)!important;
    justify-self:center!important;
  }}
@media (max-width:1180px){#platinumBuyView.ksan-internal-dashboard .checkout-bar{
    padding:10px 14px calc(10px + var(--safe-bottom))!important;
    grid-template-columns:minmax(92px,120px) minmax(0,360px)!important;
    justify-content:center!important;
  }#platinumBuyView.ksan-internal-dashboard .checkout-bar #payButton{
    width:100%!important;
    min-width:0!important;
    padding:0 18px!important;
    white-space:nowrap!important;
  }}
#platinumBuyView .checkout-bar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:30;
  display:flex!important;
  flex-direction:column;
  align-items:stretch;
  gap:10px;
  padding:14px max(16px,calc((100vw - 620px)/2 + 16px)) calc(14px + var(--safe-bottom));
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%, rgba(255,255,255,.96) 18%, #fff 42%);
  border-top:0!important;
  box-shadow:none!important;
}
#platinumBuyView .checkout-summary{
  display:flex!important;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  min-width:0;
  padding:0 2px;
}
#platinumBuyView .checkout-summary span{
  color:#8d949f!important;
  font-size:12px!important;
  font-weight:650;
}
#platinumBuyView .checkout-summary strong{
  font-size:22px!important;
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.02em;
}
#platinumBuyView .checkout-bar button{
  width:100%;
  min-height:54px!important;
  border-radius:18px!important;
  font-size:16px!important;
  font-weight:780!important;
}
#platinumBuyView .checkout-bar .acceptance, #platinumBuyView .checkout-bar #status{
  grid-column:auto!important;
}
#platinumBuyView .checkout-bar .acceptance{
  margin-top:-2px!important;
  text-align:center;
}
@media (max-width:390px){#platinumBuyView .checkout-bar{
    padding:12px 14px calc(12px + var(--safe-bottom));
    gap:9px;
  }#platinumBuyView .checkout-summary strong{font-size:20px!important}#platinumBuyView .checkout-bar button{min-height:50px!important;font-size:15px!important}}
#platinumBuyView.ksan-internal-dashboard .checkout-bar{
  position:fixed!important;
  z-index:40!important;
  bottom:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  grid-template-columns:none!important;
  column-gap:0!important;
  row-gap:10px!important;
  padding:14px 18px calc(14px + var(--safe-bottom))!important;
  background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.96) 18%, #fff 42%)!important;
  border-top:0!important;
  box-shadow:none!important;
}
@media (min-width:1181px){#platinumBuyView.ksan-internal-dashboard .checkout-bar{
    left:calc((100vw - min(1240px, calc(100vw - 36px))) / 2 + 184px + 28px)!important;
    right:calc((100vw - min(1240px, calc(100vw - 36px))) / 2)!important;
  }}
@media (max-width:1180px){#platinumBuyView.ksan-internal-dashboard .checkout-bar{
    left:0!important;
    right:0!important;
    padding:12px 14px calc(12px + var(--safe-bottom))!important;
  }}
#platinumBuyView.ksan-internal-dashboard .checkout-bar > .checkout-summary, #platinumBuyView.ksan-internal-dashboard .checkout-bar > #payButton, #platinumBuyView.ksan-internal-dashboard .checkout-bar > .acceptance, #platinumBuyView.ksan-internal-dashboard .checkout-bar > #status{
  width:min(100%, 560px)!important;
  max-width:560px!important;
  margin:0 auto!important;
}
#platinumBuyView.ksan-internal-dashboard .checkout-summary{
  min-width:0!important;
  display:flex!important;
  align-items:baseline!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:0 2px!important;
}
#platinumBuyView.ksan-internal-dashboard .checkout-summary span{
  color:#8d949f!important;
  font-size:12px!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
#platinumBuyView.ksan-internal-dashboard .checkout-summary strong{
  color:#171a20!important;
  font-size:22px!important;
  line-height:1.05!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
  white-space:nowrap!important;
}
#platinumBuyView.ksan-internal-dashboard .checkout-bar #payButton{
  width:min(100%, 560px)!important;
  max-width:560px!important;
  min-width:0!important;
  min-height:56px!important;
  padding:0 22px!important;
  border-radius:18px!important;
  font-size:16px!important;
  font-weight:780!important;
  white-space:nowrap!important;
}
#platinumBuyView.ksan-internal-dashboard .checkout-bar .acceptance{
  width:min(100%, 560px)!important;
  max-width:560px!important;
  text-align:center!important;
  color:var(--muted)!important;
  font-size:11.5px!important;
  line-height:1.42!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}
#platinumBuyView.ksan-internal-dashboard .checkout-bar #status{
  text-align:center!important;
}
#platinumBuyView .checkout-inline{
  width:100%;
  margin:18px 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
  background:transparent;
  border:0;
  box-shadow:none;
}
#platinumBuyView .checkout-inline .checkout-summary{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0 2px!important;
  display:flex!important;
  align-items:baseline!important;
  justify-content:space-between!important;
  gap:14px!important;
}
#platinumBuyView .checkout-inline .checkout-summary span{
  color:#8d949f!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
#platinumBuyView .checkout-inline .checkout-summary strong{
  color:#171a20!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
  white-space:nowrap!important;
}
#platinumBuyView .checkout-inline #payButton{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:54px!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:18px!important;
  background:#171a20!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:780!important;
  line-height:1!important;
  white-space:nowrap!important;
  cursor:pointer!important;
}
#platinumBuyView .checkout-inline #payButton:active{transform:scale(.99)!important}
#platinumBuyView .checkout-inline #payButton:disabled{opacity:.45!important;cursor:default!important}
#platinumBuyView .checkout-inline .acceptance{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 8px!important;
  text-align:center!important;
  color:#8d949f!important;
  font-size:11px!important;
  line-height:1.4!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
#platinumBuyView .checkout-inline .acceptance a{color:#171a20!important;text-underline-offset:2px!important}
#platinumBuyView .checkout-inline #status{
  display:none;
  width:100%;
  margin:0;
  text-align:center;
  color:#8d949f;
  font-size:11.5px;
}
#platinumBuyView .checkout-inline #status:not(:empty){display:block}
#platinumBuyView.ksan-internal-dashboard .page{padding-bottom:54px!important}
@media (max-width:390px){#platinumBuyView .checkout-inline{margin-top:16px;gap:9px}#platinumBuyView .checkout-inline .checkout-summary strong{font-size:20px!important}#platinumBuyView .checkout-inline #payButton{min-height:50px!important;font-size:15px!important;border-radius:16px!important}#platinumBuyView .checkout-inline .acceptance{font-size:10.5px!important;padding:0 4px!important}}
@media (min-width:1181px){#platinumBuyView.ksan-internal-dashboard .ksan-global-content > main.page{
    box-sizing:border-box!important;
    width:min(760px,calc(100% - 64px))!important;
    max-width:760px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:28px!important;
    padding-right:28px!important;
  }#platinumBuyView.ksan-internal-dashboard .intro{
    padding-top:10px!important;
  }#platinumBuyView.ksan-internal-dashboard .intro img{
    width:min(100%,245px)!important;
  }#platinumBuyView.ksan-internal-dashboard .intro p{
    max-width:460px!important;
  }}
#voucherCreateView{color-scheme:light;--danger:#db3b3b;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}
#voucherCreateView *{box-sizing:border-box}
#voucherCreateView, #voucherCreateView{min-height:100%;margin:0}
#voucherCreateView{color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;overscroll-behavior:none}
#voucherCreateView button, #voucherCreateView input{font:inherit;color:inherit}
#voucherCreateView .topbar{position:sticky;top:0;z-index:20;grid-template-columns:40px 1fr 40px}
#voucherCreateView .topbar strong{text-align:center;font-size:16px;font-weight:720}
#voucherCreateView .back-button{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:var(--text)}
#voucherCreateView .back-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
#voucherCreateView .page{margin:auto}
#voucherCreateView .intro img{object-fit:contain}
#voucherCreateView .creator-card, #voucherCreateView .info-card, #voucherCreateView .terms{background:var(--surface);border:0;border-radius:20px}
#voucherCreateView .card-title{margin-bottom:12px;font-weight:750;text-transform:uppercase;letter-spacing:.07em}
#voucherCreateView .field-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 2px 8px}
#voucherCreateView .field-head label{font-size:12.5px;font-weight:720}
#voucherCreateView .field-head span{color:var(--muted);font-size:11.5px}
#voucherCreateView .amount-field{display:grid;grid-template-columns:40px minmax(100px,1fr) minmax(108px,1fr);align-items:center;gap:9px;padding:10px 12px}
#voucherCreateView .amount-field:focus-within{border-color:color-mix(in srgb,var(--accent) 25%,transparent)}
#voucherCreateView .amount-field.is-error{border-color:color-mix(in srgb,var(--danger) 55%,transparent)}
#voucherCreateView .amount-field img{width:38px;height:38px;border-radius:50%;object-fit:cover}
#voucherCreateView .asset-copy{display:grid;gap:3px;min-width:0}
#voucherCreateView .asset-copy strong{font-size:14px}
#voucherCreateView .asset-copy small{color:var(--muted);font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#voucherCreateView .amount-control{display:flex;align-items:baseline;justify-content:flex-end;gap:4px;min-width:0}
#voucherCreateView .amount-control input{width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;text-align:right;font-size:24px;line-height:1;font-weight:790;letter-spacing:-.5px}
#voucherCreateView .amount-control span{color:var(--muted);font-size:11.5px;font-weight:720}
#voucherCreateView .field-message{min-height:15px;margin:5px 3px 0;color:var(--danger);font-size:10.5px}
#voucherCreateView .summary-block{display:grid}
#voucherCreateView .summary-block>div{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px}
#voucherCreateView .summary-block strong{font-size:12.5px}
#voucherCreateView .summary-block .total span, #voucherCreateView .summary-block .total strong{color:var(--text);font-weight:760}
#voucherCreateView .info-card{display:flex;gap:9px;align-items:flex-start}
#voucherCreateView .info-icon{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;font-size:12px;font-weight:800}
#voucherCreateView .info-card p{margin:1px 0 0;font-size:11px;line-height:1.45}
#voucherCreateView .info-card strong{color:var(--text)}
#voucherCreateView .terms summary{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer}
#voucherCreateView .terms summary::-webkit-details-marker{display:none}
#voucherCreateView .terms summary span{display:grid;gap:2px}
#voucherCreateView .terms summary strong{font-size:12.5px}
#voucherCreateView .terms summary small{color:var(--muted);font-size:10.5px}
#voucherCreateView .terms summary svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;transition:.18s}
#voucherCreateView .terms[open] summary svg{transform:rotate(180deg)}
#voucherCreateView .terms-body{color:var(--muted);font-size:10.5px;line-height:1.48}
#voucherCreateView .terms-body p{margin:10px 0 0}
#voucherCreateView .legal-link{display:flex;align-items:center;justify-content:center;min-height:38px;color:var(--text);text-decoration:none;font-size:11.5px;font-weight:720}
#voucherCreateView .checkout-bar{position:fixed;z-index:30;left:0;right:0;bottom:0;padding:10px max(12px,calc((100vw - 560px)/2 + 12px)) calc(10px + var(--safe-bottom));display:grid;grid-template-columns:auto 1fr;gap:8px 12px;align-items:center}
#voucherCreateView .checkout-summary{display:grid;gap:2px;min-width:104px}
#voucherCreateView .checkout-summary span{color:var(--muted);font-size:10.5px}
#voucherCreateView .checkout-summary strong{font-size:15px;font-weight:790}
#voucherCreateView .checkout-bar button{min-height:46px;border:0;font-size:14px;font-weight:760}
#voucherCreateView .checkout-bar button:disabled{opacity:.45}
#voucherCreateView .acceptance, #voucherCreateView #status{grid-column:1/-1;margin:0;text-align:center;color:var(--muted);font-size:9.5px;line-height:1.35}
#voucherCreateView .acceptance a{color:var(--text)}
#voucherCreateView #status:empty{display:none}
@media (max-width:360px){#voucherCreateView .intro img{width:60px;height:60px}#voucherCreateView .intro h1{font-size:20px}#voucherCreateView .amount-field{grid-template-columns:36px minmax(82px,1fr) minmax(98px,1fr);padding:9px}#voucherCreateView .amount-field img{width:35px;height:35px}#voucherCreateView .amount-control input{font-size:22px}}
@media (prefers-color-scheme:dark){#voucherCreateView:not([data-tg-theme]){--bg:#111216;--surface:#1b1d22;--text:#f6f7f9;--muted:#9298a3;--accent:#f6f7f9;--accent-text:#111216;--line:rgba(255,255,255,.09);--soft:#25282e}}
#voucherCreateView .creator-card, #voucherCreateView .info-card, #voucherCreateView .terms{
  background:transparent;
  border:0;
  border-radius:0;
}
#voucherCreateView .amount-field:focus-within{
  border:0;
}
#voucherCreateView .summary-block{
  border-radius:0;
  gap:0;
}
#voucherCreateView .summary-block>div{
  padding:0;
}
#voucherCreateView .summary-block>div+div{
  border-top:1px solid var(--line);
}
#voucherCreateView .summary-block .total{
  padding-top:0;
  border-top:1px solid var(--line);
}
#voucherCreateView .terms{
  margin-top:10px;
  overflow:visible;
}
#voucherCreateView .legal-link{
  margin-top:12px;
}
#voucherCreateView .topbar{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
#voucherCreateView .home-link{
  display:inline-flex;
  align-items:center;
  gap:4px;
  text-decoration:none;
  font-weight:680;
}
#voucherCreateView .home-link svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#voucherCreateView .intro{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0;
  text-align:center;
}
#voucherCreateView .intro img{
  margin-bottom:12px;
  display:block;
}
#voucherCreateView .intro h1{
  margin:0;
  line-height:1.08;
}
#voucherCreateView .intro p{
  margin:6px auto 0;
  line-height:1.4;
}
@media (max-width:390px){#voucherCreateView .intro img{width:min(100%,240px);height:auto}#voucherCreateView .intro h1{font-size:21px}}
#voucherCreateView{
  --bg:#fff!important;
  --surface:#fff!important;
  --text:#171a20!important;
  --muted:#8d949f!important;
  --accent:#171a20!important;
  --accent-text:#fff!important;
  --line:#e9ecf0!important;
  --soft:#f5f6f8!important;
}
#voucherCreateView, #voucherCreateView{color:#171a20!important}
#voucherCreateView{min-height:100dvh!important}
#voucherCreateView .topbar{
  min-height:56px!important;
  padding:env(safe-area-inset-top,0) 18px 0!important;
}
#voucherCreateView .home-link{
  min-height:40px!important;
  padding:0!important;
  font-size:13px!important;
}
#voucherCreateView .page{
  width:min(100%,600px)!important;
  padding:20px 18px 176px!important;
}
#voucherCreateView .intro{padding:4px 12px 24px!important}
#voucherCreateView .intro img{
  width:min(100%,225px)!important;
  height:auto!important;
  margin:0 auto 9px!important;
  border-radius:0!important;
}
#voucherCreateView .intro h1{font-size:27px!important;letter-spacing:-.65px!important}
#voucherCreateView .intro p{max-width:390px!important;color:#8d949f!important;font-size:13px!important}
#voucherCreateView .creator-card{
  padding:20px!important;
  border-radius:24px!important;
}
#voucherCreateView .card-title{
  margin:0 0 14px!important;
  color:#7f8792!important;
  font-size:11px!important;
}
#voucherCreateView .amount-field{
  min-height:72px!important;
  border:0!important;
  border-radius:18px!important;
  background:#f1f3f5!important;
  box-shadow:none!important;
}
#voucherCreateView .amount-field:focus-within{background:#eef1f4!important;box-shadow:none!important}
#voucherCreateView .summary-block{
  margin-top:14px!important;
  padding:4px 0 0!important;
}
#voucherCreateView .summary-block>div{min-height:40px!important}
#voucherCreateView .info-card{
  margin-top:16px!important;
  padding:13px 3px!important;
}
#voucherCreateView .terms{background:transparent!important}
#voucherCreateView .terms summary{padding:14px 3px!important}
#voucherCreateView .terms-body{padding:0 3px 14px!important}
#voucherCreateView .legal-link{background:#f4f5f7!important;border-radius:14px!important}
#voucherCreateView .checkout-bar button{
  border-radius:16px!important;
}
@media (prefers-color-scheme:dark){#voucherCreateView:not([data-tg-theme]){
    --bg:#fff!important;--surface:#fff!important;--text:#171a20!important;--muted:#8d949f!important;--accent:#171a20!important;--accent-text:#fff!important;--line:#e9ecf0!important;--soft:#f5f6f8!important;
  }#voucherCreateView, #voucherCreateView{background:#fff!important;color:#171a20!important}}
@media (max-width:390px){#voucherCreateView .page{padding-left:14px!important;padding-right:14px!important}#voucherCreateView .intro img{width:min(100%,190px)!important}#voucherCreateView .intro h1{font-size:24px!important}#voucherCreateView .creator-card{padding:16px!important}}
#voucherCreateView, #voucherCreateView{
  background:#fff!important;
  color-scheme:light!important;
}
#voucherCreateView{
  background:#fff!important;
}
#voucherCreateView .topbar{
  background:#fff!important;
  background-color:#fff!important;
  background-image:none!important;
  border-bottom:1px solid #eef0f3!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#voucherCreateView .topbar::before, #voucherCreateView .topbar::after{
  background:transparent!important;
  box-shadow:none!important;
}
#voucherCreateView .home-link{
  color:#4d5561!important;
}
#voucherCreateView .checkout-bar{
  background:#fff!important;
  background-color:#fff!important;
  background-image:none!important;
  border-top:1px solid #eceff2!important;
  box-shadow:0 -10px 28px rgba(25,30,38,.035)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#voucherCreateView .checkout-bar::before, #voucherCreateView .checkout-bar::after{
  background:transparent!important;
  box-shadow:none!important;
}
@media (prefers-color-scheme:dark){#voucherCreateView, #voucherCreateView, #voucherCreateView .topbar, #voucherCreateView .checkout-bar{
    background:#fff!important;
    background-color:#fff!important;
    color-scheme:light!important;
  }}
#voucherCreateView .page-actions{display:flex;justify-content:flex-start;margin-top:10px}
#voucherCreateView .history-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:14px;background:#f4f5f7;color:#171a20;text-decoration:none;font-size:13px;font-weight:720}
#voucherCreateView .voucher-modal-open{overflow:hidden}
#voucherCreateView .voucher-modal[hidden]{display:none!important}
#voucherCreateView .voucher-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:16px}
#voucherCreateView .voucher-modal__backdrop{position:absolute;inset:0;background:rgba(17,18,22,.26)}
#voucherCreateView .voucher-modal__dialog{position:relative;z-index:1;width:min(100%,360px);padding:18px 18px 16px;border-radius:22px;background:#fff;box-shadow:0 20px 48px rgba(17,18,22,.16);text-align:center}
#voucherCreateView .voucher-modal__close{position:absolute;top:10px;right:10px;width:32px;height:32px;border:0;border-radius:50%;background:#f4f5f7;color:#505866;font-size:22px;line-height:1;cursor:pointer}
#voucherCreateView .voucher-modal__eyebrow{margin-bottom:6px;color:#8d949f;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
#voucherCreateView .voucher-modal__title{margin:0 0 10px;font-size:20px;line-height:1.1;letter-spacing:-.03em}
#voucherCreateView .voucher-modal__code{display:flex;align-items:center;justify-content:center;min-height:52px;padding:0 14px;border-radius:16px;background:#f5f6f8;color:#171a20;font-size:19px;font-weight:780;letter-spacing:.02em}
#voucherCreateView .voucher-modal__actions{margin-top:12px}
#voucherCreateView .voucher-modal__copy{width:100%;min-height:44px;border:0;border-radius:14px;background:#171a20;color:#fff;font-size:14px;font-weight:760}
#voucherCreateView .voucher-modal__hint{margin:10px 0 0;color:#8d949f;font-size:12px;line-height:1.4}
@media (max-width:390px){#voucherCreateView .history-button{min-height:38px;padding:0 14px;font-size:12.5px}#voucherCreateView .voucher-modal__dialog{width:min(100%,340px);padding:16px 16px 14px}#voucherCreateView .voucher-modal__title{font-size:18px}#voucherCreateView .voucher-modal__code{font-size:17px}}
#voucherCreateView, #voucherCreateView, #voucherCreateView{
  color-scheme:light!important;
  --bg:#ffffff!important;
  --surface:#ffffff!important;
  --text:#171a20!important;
  --muted:#8f97a3!important;
  --soft:#f3f5f7!important;
  --line:#e8ebef!important;
  --accent:#171a20!important;
  --accent-text:#ffffff!important;
}
#voucherCreateView, #voucherCreateView{
  background:#ffffff!important;
  background-color:#ffffff!important;
  color:#171a20!important;
}
#voucherCreateView .topbar, #voucherCreateView .checkout-bar{
  background:#ffffff!important;
  background-color:#ffffff!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#voucherCreateView .creator-card{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
#voucherCreateView #amountField.amount-field, #voucherCreateView .amount-field{
  min-height:78px!important;
  padding:12px 14px!important;
  border:1px solid #e7eaee!important;
  border-radius:20px!important;
  background:#f4f6f8!important;
  background-color:#f4f6f8!important;
  background-image:none!important;
  color:#171a20!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  -webkit-text-fill-color:initial!important;
}
#voucherCreateView #amountField.amount-field:focus-within, #voucherCreateView .amount-field:focus-within{
  background:#f0f3f6!important;
  background-color:#f0f3f6!important;
  border-color:#dce1e7!important;
  box-shadow:0 0 0 3px rgba(23,26,32,.035)!important;
}
#voucherCreateView .amount-field > img{
  width:44px!important;
  height:44px!important;
  padding:3px!important;
  border-radius:50%!important;
  background:#ffffff!important;
  box-shadow:0 2px 8px rgba(20,24,32,.06)!important;
}
#voucherCreateView .amount-field .asset-copy strong, #voucherCreateView .amount-field .amount-control input, #voucherCreateView .amount-field .amount-control input:focus{
  color:#171a20!important;
  -webkit-text-fill-color:#171a20!important;
  opacity:1!important;
  text-shadow:none!important;
}
#voucherCreateView .amount-field .asset-copy strong{
  font-size:15px!important;
  font-weight:760!important;
}
#voucherCreateView .amount-field .asset-copy small, #voucherCreateView .amount-field .amount-control span{
  color:#8f97a3!important;
  -webkit-text-fill-color:#8f97a3!important;
  opacity:1!important;
}
#voucherCreateView .amount-field .amount-control input{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  caret-color:#171a20!important;
}
#voucherCreateView .summary-block{
  background:transparent!important;
  background-color:transparent!important;
  color:#171a20!important;
}
#voucherCreateView .summary-block span{
  color:#9098a4!important;
  opacity:1!important;
}
#voucherCreateView .summary-block strong, #voucherCreateView .summary-block .total strong{
  color:#171a20!important;
  -webkit-text-fill-color:#171a20!important;
  opacity:1!important;
}
#voucherCreateView .summary-block .total span{
  color:#59616d!important;
  opacity:1!important;
}
#voucherCreateView .info-card{
  background:transparent!important;
  color:#7f8792!important;
}
#voucherCreateView .info-icon{
  background:#171a20!important;
  color:#ffffff!important;
}
#voucherCreateView .info-card p, #voucherCreateView .info-card p strong{
  opacity:1!important;
}
#voucherCreateView .info-card p{
  color:#8a929e!important;
}
#voucherCreateView .info-card p strong{
  color:#4f5762!important;
}
#voucherCreateView .terms, #voucherCreateView .terms summary, #voucherCreateView .terms-body{
  background:transparent!important;
  color:#171a20!important;
}
#voucherCreateView .terms summary strong{
  color:#171a20!important;
}
#voucherCreateView .terms summary small, #voucherCreateView .terms-body{
  color:#8f97a3!important;
}
#voucherCreateView .checkout-summary span, #voucherCreateView .acceptance, #voucherCreateView #status{
  color:#8f97a3!important;
}
#voucherCreateView .checkout-summary strong, #voucherCreateView .acceptance a{
  color:#171a20!important;
}
#voucherCreateView .checkout-bar button{
  background:#171a20!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
@media (prefers-color-scheme:dark){#voucherCreateView, #voucherCreateView, #voucherCreateView, #voucherCreateView .topbar, #voucherCreateView .checkout-bar, #voucherCreateView #amountField.amount-field, #voucherCreateView .amount-field{
    color-scheme:light!important;
  }#voucherCreateView, #voucherCreateView, #voucherCreateView .topbar, #voucherCreateView .checkout-bar{
    background:#ffffff!important;
    background-color:#ffffff!important;
    color:#171a20!important;
  }#voucherCreateView #amountField.amount-field, #voucherCreateView .amount-field{
    background:#f4f6f8!important;
    background-color:#f4f6f8!important;
    color:#171a20!important;
  }}
#voucherCreateView .checkout-inline{
  display:grid!important;
  gap:10px!important;
  margin-top:18px!important;
  padding:0!important;
  width:100%!important;
}
#voucherCreateView .checkout-inline .checkout-summary{
  display:grid!important;
  gap:2px!important;
  justify-items:start!important;
  min-width:0!important;
}
#voucherCreateView .checkout-inline .checkout-summary span{
  color:#8f97a3!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.2!important;
}
#voucherCreateView .checkout-inline .checkout-summary strong{
  color:#171a20!important;
  -webkit-text-fill-color:#171a20!important;
  font-size:22px!important;
  line-height:1.05!important;
  font-weight:800!important;
  letter-spacing:-0.03em!important;
}
#voucherCreateView .checkout-inline #createButton{
  width:100%!important;
  min-height:56px!important;
  border:0!important;
  border-radius:18px!important;
  background:#171a20!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  font-size:18px!important;
  font-weight:780!important;
  cursor:pointer!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
#voucherCreateView .checkout-inline #createButton:active{transform:scale(.99)!important}
#voucherCreateView .checkout-inline #createButton:disabled{opacity:.45!important;cursor:default!important}
#voucherCreateView .checkout-inline .acceptance, #voucherCreateView .checkout-inline #status{
  margin:0!important;
  text-align:left!important;
  color:#8f97a3!important;
  font-size:12px!important;
  line-height:1.45!important;
}
#voucherCreateView .checkout-inline .acceptance a{
  color:#171a20!important;
  text-underline-offset:2px!important;
}
#voucherCreateView .checkout-inline #status:empty{display:none!important}
#voucherCreateView .checkout-inline #status:not(:empty){display:block!important}
@media (max-width: 640px){#voucherCreateView .checkout-inline{margin-top:16px!important;gap:9px!important}#voucherCreateView .checkout-inline .checkout-summary strong{font-size:20px!important}#voucherCreateView .checkout-inline #createButton{min-height:52px!important;font-size:16px!important;border-radius:16px!important}#voucherCreateView .checkout-inline .acceptance, #voucherCreateView .checkout-inline #status{font-size:10.5px!important}}
@media (min-width:1181px){#voucherCreateView.ksan-internal-dashboard .ksan-global-content > main.page{
    box-sizing:border-box!important;
    width:min(760px,calc(100% - 64px))!important;
    max-width:760px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:28px!important;
    padding-right:28px!important;
  }#voucherCreateView.ksan-internal-dashboard .intro{
    padding-top:10px!important;
  }#voucherCreateView.ksan-internal-dashboard .intro img{
    width:min(100%,245px)!important;
  }#voucherCreateView.ksan-internal-dashboard .intro p{
    max-width:460px!important;
  }}
#platinumBuyView,#voucherCreateView{max-width:860px!important;padding:0 0 48px!important;background:#fff!important;color:#171a20!important;border-radius:26px;overflow:visible}
#platinumBuyView .page,#voucherCreateView .page{margin:0 auto!important}
#platinumBuyView .checkout-inline,#voucherCreateView .checkout-inline{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important}
#platinumBuyView .history-button,#voucherCreateView .history-button,#platinumBuyView .payment-primary-link,#platinumBuyView .legal-link,#voucherCreateView .legal-link{border:0;cursor:pointer;font-family:inherit}
#platinumBuyView .payment-method-modal,#platinumBuyView .voucher-activate-modal,#voucherCreateView .voucher-modal{z-index:7000!important}
#platinumBuyView .payment-step:not(.is-active){display:none!important}
#platinumBuyView .payment-step.is-active{display:block!important}
@media(max-width:760px){#platinumBuyView,#voucherCreateView{border-radius:0}}

/* v345 — voucher exact screen alignment + create button fix */
#voucherCreateView{
  width:100%!important;
  max-width:860px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
#voucherCreateView > main.page,
#voucherCreateView .page{
  display:block!important;
  box-sizing:border-box!important;
  width:min(600px,100%)!important;
  max-width:600px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:18px!important;
  padding-right:18px!important;
}
#voucherCreateView .checkout-inline{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
#voucherCreateView .checkout-inline #voucherExactCreateButton{
  width:100%!important;
  min-height:54px!important;
  border:0!important;
  border-radius:17px!important;
  background:#171a20!important;
  color:#fff!important;
  font:800 16px/1 Geist,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  cursor:pointer!important;
  box-shadow:0 8px 20px rgba(0,0,0,.10)!important;
  transition:transform .14s ease,filter .14s ease!important;
}
#voucherCreateView .checkout-inline #voucherExactCreateButton:hover{
  filter:brightness(1.08)!important;
  transform:translateY(-1px)!important;
}
#voucherCreateView .checkout-inline #voucherExactCreateButton:active{
  transform:scale(.99)!important;
}
#voucherCreateView .checkout-inline #voucherExactCreateButton:disabled{
  opacity:.45!important;
  cursor:default!important;
  transform:none!important;
}
@media(max-width:760px){
  #voucherCreateView > main.page,
  #voucherCreateView .page{
    width:100%!important;
    max-width:100%!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
}

/* v353 — large finance modals with dark backdrop */
#platinumBuyView.finance-modal-shell,
#voucherCreateView.finance-modal-shell{
  position:fixed!important;
  inset:0!important;
  z-index:6500!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  max-width:none!important;
  min-height:0!important;
  margin:0!important;
  padding:32px!important;
  background:transparent!important;
  color:#171a20!important;
  border-radius:0!important;
  overflow:visible!important;
}
#platinumBuyView.finance-modal-shell[hidden],
#voucherCreateView.finance-modal-shell[hidden]{display:none!important}
#platinumBuyView .finance-modal-shell__backdrop,
#voucherCreateView .finance-modal-shell__backdrop{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:0!important;
  background:rgba(0,0,0,.74)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
#platinumBuyView .finance-modal-shell__dialog,
#voucherCreateView .finance-modal-shell__dialog{
  position:relative!important;
  z-index:2!important;
  width:min(760px,calc(100vw - 72px))!important;
  max-width:760px!important;
  max-height:min(90dvh,920px)!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border-radius:30px!important;
  background:#fff!important;
  color:#171a20!important;
  overflow:auto!important;
  box-shadow:0 40px 120px rgba(0,0,0,.48)!important;
  scrollbar-width:none!important;
}
#platinumBuyView .finance-modal-shell__dialog::-webkit-scrollbar,
#voucherCreateView .finance-modal-shell__dialog::-webkit-scrollbar{display:none!important}
#platinumBuyView .finance-modal-shell__close,
#voucherCreateView .finance-modal-shell__close{
  top:18px!important;
  right:18px!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  background:#f0f2f4!important;
  color:#24282e!important;
  box-shadow:none!important;
  font-size:24px!important;
}
#platinumBuyView .finance-modal-shell__dialog .page,
#voucherCreateView .finance-modal-shell__dialog .page{
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  margin:0!important;
  padding:30px 30px 34px!important;
  background:#fff!important;
  border-radius:30px!important;
  box-sizing:border-box!important;
}
#platinumBuyView .finance-modal-shell__dialog .intro,
#voucherCreateView .finance-modal-shell__dialog .intro{
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr)!important;
  align-items:center!important;
  gap:18px!important;
  padding:0 56px 24px 0!important;
  text-align:left!important;
}
#platinumBuyView .finance-modal-shell__dialog .intro img,
#voucherCreateView .finance-modal-shell__dialog .intro img{
  width:96px!important;
  height:96px!important;
  margin:0!important;
  object-fit:contain!important;
}
#platinumBuyView .finance-modal-shell__dialog .intro h1,
#voucherCreateView .finance-modal-shell__dialog .intro h1{
  margin:0!important;
  font-size:30px!important;
  line-height:1.04!important;
  letter-spacing:-.7px!important;
}
#platinumBuyView .finance-modal-shell__dialog .intro p,
#voucherCreateView .finance-modal-shell__dialog .intro p{
  margin:8px 0 0!important;
  max-width:620px!important;
  font-size:15px!important;
  line-height:1.5!important;
  color:#7d8793!important;
}
#platinumBuyView .finance-modal-shell__dialog .purchase-card,
#voucherCreateView .finance-modal-shell__dialog .creator-card{
  padding:24px!important;
  margin:0!important;
  border:1px solid #e7eaee!important;
  border-radius:24px!important;
  background:#f8f9fa!important;
}
#platinumBuyView .finance-modal-shell__dialog .money-field,
#voucherCreateView .finance-modal-shell__dialog .amount-field{
  min-height:78px!important;
  border-radius:18px!important;
  background:#fff!important;
}
#platinumBuyView .finance-modal-shell__dialog .conversion{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin:16px 0 18px!important;
  text-align:left!important;
}
#platinumBuyView .finance-modal-shell__dialog .conversion-rate{
  padding:14px 16px!important;
  border-radius:16px!important;
  background:#fff!important;
}
#platinumBuyView .finance-modal-shell__dialog .conversion-rate small{display:block!important;color:#8d949f!important;font-size:12px!important}
#platinumBuyView .finance-modal-shell__dialog .conversion-rate strong{display:block!important;margin-top:4px!important;font-size:16px!important;color:#171a20!important}
#platinumBuyView .finance-modal-shell__dialog .receive-head{margin-top:14px!important}
#voucherCreateView .finance-modal-shell__dialog .summary-block{margin-top:16px!important;padding-top:16px!important}
#platinumBuyView .finance-modal-shell__dialog .info-card,
#voucherCreateView .finance-modal-shell__dialog .info-card,
#platinumBuyView .finance-modal-shell__dialog .terms,
#voucherCreateView .finance-modal-shell__dialog .terms{
  display:none!important;
}
#platinumBuyView .finance-modal-shell__dialog .page-actions,
#voucherCreateView .finance-modal-shell__dialog .page-actions{
  margin:16px 0 0!important;
  gap:12px!important;
}
#platinumBuyView .finance-modal-shell__dialog .history-button,
#platinumBuyView .finance-modal-shell__dialog .voucher-activate-button,
#voucherCreateView .finance-modal-shell__dialog .history-button{
  min-height:46px!important;
  padding:0 18px!important;
  border-radius:15px!important;
  font-size:13px!important;
}
#platinumBuyView .finance-modal-shell__dialog .checkout-inline,
#voucherCreateView .finance-modal-shell__dialog .checkout-inline{
  margin-top:22px!important;
  padding:20px 0 0!important;
  border-top:1px solid #e9ecf0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(240px,1fr)!important;
  gap:14px 18px!important;
  align-items:center!important;
  position:static!important;
  background:transparent!important;
}
#platinumBuyView .finance-modal-shell__dialog .checkout-summary,
#voucherCreateView .finance-modal-shell__dialog .checkout-summary{
  min-width:0!important;
}
#platinumBuyView .finance-modal-shell__dialog .checkout-summary span,
#voucherCreateView .finance-modal-shell__dialog .checkout-summary span{font-size:12px!important;color:#8d949f!important}
#platinumBuyView .finance-modal-shell__dialog .checkout-summary strong,
#voucherCreateView .finance-modal-shell__dialog .checkout-summary strong{font-size:28px!important;color:#171a20!important}
#platinumBuyView .finance-modal-shell__dialog #paymentExactPayButton,
#voucherCreateView .finance-modal-shell__dialog #voucherExactCreateButton{
  min-height:58px!important;
  margin:0!important;
  border-radius:18px!important;
  background:#171a20!important;
  color:#fff!important;
  font-size:16px!important;
}
#platinumBuyView .finance-modal-shell__dialog .acceptance,
#voucherCreateView .finance-modal-shell__dialog .acceptance{
  grid-column:1/-1!important;
  margin:0!important;
  font-size:11px!important;
  line-height:1.45!important;
  color:#9aa1aa!important;
}
#platinumBuyView .finance-modal-shell__dialog #paymentExactStatus,
#voucherCreateView .finance-modal-shell__dialog #voucherExactStatus{
  grid-column:1/-1!important;
  margin:0!important;
  font-size:12px!important;
}
@media(max-width:860px){
  #platinumBuyView.finance-modal-shell,
  #voucherCreateView.finance-modal-shell{padding:20px!important}
  #platinumBuyView .finance-modal-shell__dialog,
  #voucherCreateView .finance-modal-shell__dialog{
    width:min(100%,calc(100vw - 40px))!important;
    max-width:none!important;
    max-height:92dvh!important;
  }
  #platinumBuyView .finance-modal-shell__dialog .page,
  #voucherCreateView .finance-modal-shell__dialog .page{padding:24px 22px 24px!important}
  #platinumBuyView .finance-modal-shell__dialog .intro,
  #voucherCreateView .finance-modal-shell__dialog .intro{grid-template-columns:84px minmax(0,1fr)!important;gap:14px!important;padding-right:44px!important}
  #platinumBuyView .finance-modal-shell__dialog .intro img,
  #voucherCreateView .finance-modal-shell__dialog .intro img{width:84px!important;height:84px!important}
  #platinumBuyView .finance-modal-shell__dialog .intro h1,
  #voucherCreateView .finance-modal-shell__dialog .intro h1{font-size:28px!important}
  #platinumBuyView .finance-modal-shell__dialog .checkout-inline,
  #voucherCreateView .finance-modal-shell__dialog .checkout-inline{grid-template-columns:1fr!important}
}
@media(max-width:680px){
  #platinumBuyView.finance-modal-shell,
  #voucherCreateView.finance-modal-shell{padding:0!important;align-items:flex-end!important}
  #platinumBuyView .finance-modal-shell__dialog,
  #voucherCreateView .finance-modal-shell__dialog{
    width:100%!important;
    max-width:none!important;
    max-height:94dvh!important;
    border-radius:28px 28px 0 0!important;
  }
  #platinumBuyView .finance-modal-shell__dialog .page,
  #voucherCreateView .finance-modal-shell__dialog .page{padding:22px 18px calc(24px + env(safe-area-inset-bottom))!important}
  #platinumBuyView .finance-modal-shell__dialog .intro,
  #voucherCreateView .finance-modal-shell__dialog .intro{grid-template-columns:72px minmax(0,1fr)!important;gap:12px!important;padding-right:40px!important}
  #platinumBuyView .finance-modal-shell__dialog .intro img,
  #voucherCreateView .finance-modal-shell__dialog .intro img{width:72px!important;height:72px!important}
  #platinumBuyView .finance-modal-shell__dialog .intro h1,
  #voucherCreateView .finance-modal-shell__dialog .intro h1{font-size:23px!important}
  #platinumBuyView .finance-modal-shell__dialog .conversion{grid-template-columns:1fr 1fr!important}
  #platinumBuyView .finance-modal-shell__dialog #paymentExactPayButton,
  #voucherCreateView .finance-modal-shell__dialog #voucherExactCreateButton{width:100%!important}
}

/* v354: finance modals narrowed to 760px while keeping large height and dark backdrop */
