@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f1117;color:#e4e6ef;line-height:1.5;-webkit-font-smoothing:antialiased}.pay-center{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:20px}.pay-spinner{width:32px;height:32px;border:3px solid #2e3140;border-top-color:#6366f1;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pay-card{background:#1c1f2b;border:1px solid #2e3140;border-radius:16px;padding:36px 32px;width:100%;max-width:420px}.pay-header{display:flex;align-items:center;gap:12px;margin-bottom:28px;color:#6366f1}.pay-header h1{font-size:1.3rem;font-weight:600;color:#e4e6ef}.pay-details{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.pay-row{display:flex;justify-content:space-between;align-items:center;font-size:.92rem}.pay-row span:first-child{color:#6b7280}.pay-row strong{color:#e4e6ef;font-weight:500}.pay-row--total{padding-top:14px;border-top:1px solid #2e3140;font-size:1.05rem}.pay-row--total strong{font-size:1.2rem;font-weight:700;color:#6366f1}.pay-items{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.pay-items__label{font-size:.8rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.pay-item{display:flex;flex-direction:column;gap:2px;padding:10px 14px;background:#262938;border-radius:8px}.pay-item strong{font-size:.92rem;font-weight:500;color:#e4e6ef}.pay-item span{font-size:.82rem;color:#9ca3af}.pay-error{background:#ef44441f;color:#ef4444;padding:12px 16px;border-radius:8px;font-size:.85rem;margin-bottom:16px}.pay-form{display:flex;flex-direction:column;gap:14px}.pay-form input{width:100%;padding:14px 16px;background:#262938;border:1px solid #2e3140;border-radius:10px;color:#e4e6ef;font-size:.95rem;outline:none;transition:border-color .2s}.pay-form input::placeholder{color:#6b7280}.pay-form input:focus{border-color:#6366f1}.pay-form button{width:100%;padding:16px;background:#6366f1;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.pay-form button:hover{background:#818cf8}.pay-form button:disabled{opacity:.6;cursor:not-allowed}.pay-secure{text-align:center;margin-top:20px;font-size:.8rem;color:#6b7280}.pay-result{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.pay-result h1{font-size:1.3rem;font-weight:600}.pay-result p{color:#9ca3af;font-size:.95rem}.pay-result__icon{margin-bottom:8px}.pay-result__icon--success{color:#10b981}.pay-result__icon--fail{color:#ef4444}.promo{width:100%;max-width:760px;display:flex;flex-direction:column;align-items:center}.promo__heading{text-align:center;font-size:1.5rem;font-weight:700;color:#e4e6ef;margin-bottom:24px;line-height:1.3}.promo__card{max-width:760px;background:linear-gradient(180deg,#232838,#1b1f2c);border-color:#313754;display:flex;flex-direction:column;gap:18px}.promo__badge{align-self:center;background:#6366f12e;color:#818cf8;font-size:.85rem;font-weight:600;padding:7px 16px;border-radius:999px}.promo__title{text-align:center;font-size:1.45rem;font-weight:700;color:#e4e6ef}.promo__text{text-align:center;color:#9ca3af;font-size:.95rem;max-width:480px;margin:0 auto}.promo__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.promo__bullets{list-style:none;display:flex;flex-direction:column;gap:12px}.promo__bullets li{display:flex;align-items:center;gap:12px;background:#262938;border:1px solid #2e3140;border-radius:10px;padding:14px 16px;font-size:.95rem;font-weight:600;color:#e4e6ef}.promo__bullet-ico{font-size:1.05rem}.promo__side{background:#262938;border:1px solid #2e3140;border-radius:10px;padding:16px 18px;display:flex;flex-direction:column;gap:8px}.promo__side strong{font-size:.98rem;font-weight:600;color:#e4e6ef}.promo__side p{font-size:.88rem;color:#9ca3af;line-height:1.5}.promo__channel{color:#818cf8;font-weight:600}.promo__btn{display:block;text-align:center;text-decoration:none;padding:18px;border-radius:10px;font-size:1.05rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#3b82f6,#38bdf8);transition:filter .2s,transform .1s}.promo__btn:hover{filter:brightness(1.08)}.promo__btn:active{transform:translateY(1px)}button.promo__btn{width:100%;border:none;cursor:pointer;font-family:inherit}.promo__btn--pay{background:linear-gradient(90deg,#22c55e,#16a34a)}.promo__btn--pay:disabled{opacity:.6;cursor:default}.disc{width:100%;max-width:760px;background:linear-gradient(180deg,#232838,#1b1f2c);border-color:#313754;display:flex;flex-direction:column;gap:18px}.disc__title{display:flex;align-items:center;gap:10px;font-size:1.35rem;font-weight:800;line-height:1.25;text-transform:uppercase;letter-spacing:.2px;color:#e4e6ef}.disc__spark{color:#ef4444;flex-shrink:0}.disc__subtitle{font-size:1.18rem;font-weight:600;line-height:1.45;color:#fff;margin-top:-4px;padding:12px 16px;background:#6366f129;border-left:3px solid #818cf8;border-radius:8px}.disc__code{display:inline-flex;align-items:center;gap:12px;align-self:flex-start;background:#facc1514;border:1px dashed rgba(250,204,21,.5);border-radius:10px;padding:10px 14px;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s}.disc__code:hover{background:#facc1524;border-color:#facc15cc}.disc__code-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#9ca3af}.disc__code-value{font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;font-size:1.05rem;font-weight:700;color:#facc15;letter-spacing:.5px}.disc__code-copy{font-size:.74rem;color:#6b7280;border-left:1px solid #2e3140;padding-left:12px}.disc__bullets{list-style:none;display:flex;flex-direction:column;gap:8px}.disc__bullets li{position:relative;padding-left:24px;color:#e4e6ef;font-size:.98rem}.disc__bullets li:before{content:"✓";position:absolute;left:0;top:0;color:#10b981;font-weight:700}.disc__warn{display:flex;gap:8px;background:#facc1514;border-left:3px solid #facc15;border-radius:6px;padding:10px 12px;font-size:.9rem;color:#e4e6ef}.disc__foot{font-size:.82rem;color:#6b7280}.disc__actions{display:flex;gap:12px}.disc__actions .promo__btn{flex:1}.disc__btn-tg{background:linear-gradient(90deg,#3b82f6,#38bdf8)}@media (max-width: 560px){.disc__title{font-size:1.1rem}.disc__actions{flex-direction:column}.disc__code{align-self:stretch}}.promo__note{text-align:center;font-size:.82rem;color:#6b7280}.promo__fallback{text-align:center;font-size:.85rem;color:#9ca3af;text-decoration:underline}.promo__fallback:hover{color:#e4e6ef}@media (max-width: 560px){.promo__grid{grid-template-columns:1fr}.promo__heading{font-size:1.25rem}.promo__title{font-size:1.2rem}}@media (max-width: 480px){.pay-card{padding:28px 20px;border-radius:12px}.pay-header h1{font-size:1.15rem}.pay-form button{padding:14px;font-size:.95rem}.pay-row{font-size:.85rem}.pay-row--total strong{font-size:1.1rem}}
