.payment-result-module__de5ZVG__container{justify-content:center;align-items:center;min-height:calc(100vh - 4rem);padding:2rem 1rem;display:flex}.payment-result-module__de5ZVG__resultCard{background:#fff;border-radius:1rem;width:100%;max-width:600px;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.payment-result-module__de5ZVG__success{border-top:4px solid var(--success,#4caf50)}.payment-result-module__de5ZVG__pending{border-top:4px solid var(--warning,#f59e0b)}.payment-result-module__de5ZVG__failed{border-top:4px solid var(--danger,#ef4444)}.payment-result-module__de5ZVG__unknown{border-top:4px solid #6b7280}.payment-result-module__de5ZVG__statusSection{text-align:center;border-bottom:1px solid #e5e7eb;padding:3rem 2rem 2rem}.payment-result-module__de5ZVG__statusIcon{border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;display:flex}.payment-result-module__de5ZVG__success .payment-result-module__de5ZVG__statusIcon{background:var(--success,#4caf50);color:#fff}.payment-result-module__de5ZVG__pending .payment-result-module__de5ZVG__statusIcon{background:var(--warning,#f59e0b);color:#fff}.payment-result-module__de5ZVG__failed .payment-result-module__de5ZVG__statusIcon{background:var(--danger,#ef4444);color:#fff}.payment-result-module__de5ZVG__unknown .payment-result-module__de5ZVG__statusIcon{color:#fff;background:#6b7280}.payment-result-module__de5ZVG__statusTitle{margin:0 0 1rem;font-size:1.875rem;font-weight:700}.payment-result-module__de5ZVG__success .payment-result-module__de5ZVG__statusTitle{color:var(--success,#4caf50)}.payment-result-module__de5ZVG__pending .payment-result-module__de5ZVG__statusTitle{color:var(--warning,#f59e0b)}.payment-result-module__de5ZVG__failed .payment-result-module__de5ZVG__statusTitle{color:var(--danger,#ef4444)}.payment-result-module__de5ZVG__unknown .payment-result-module__de5ZVG__statusTitle{color:#6b7280}.payment-result-module__de5ZVG__statusMessage{color:#6b7280;margin:0 0 1rem;font-size:1.125rem;line-height:1.6}.payment-result-module__de5ZVG__paymentDate{color:#9ca3af;margin:0;font-size:.875rem;font-style:italic}.payment-result-module__de5ZVG__pollSection{margin-top:.75rem}.payment-result-module__de5ZVG__pollText{color:#6b7280;margin:0 0 .5rem;font-size:.875rem}.payment-result-module__de5ZVG__pollCounter{color:var(--primary,#4559a8);font-weight:600}.payment-result-module__de5ZVG__pollBar{background:#e5e7eb;border-radius:9999px;width:100%;height:.5rem;overflow:hidden}.payment-result-module__de5ZVG__pollBarFill{background:var(--primary,#4559a8);border-radius:9999px;height:.5rem;transition:width 1s linear}.payment-result-module__de5ZVG__detailsSection{padding:2rem}.payment-result-module__de5ZVG__detailsTitle{color:#1f2937;border-bottom:2px solid #e5e7eb;margin:0 0 1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.payment-result-module__de5ZVG__detailItem{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;padding:.75rem 0;display:flex}.payment-result-module__de5ZVG__detailItem:last-child{border-bottom:none}.payment-result-module__de5ZVG__detailLabel{color:#6b7280;flex:0 0 40%;font-size:.9375rem;font-weight:500}.payment-result-module__de5ZVG__detailValue{color:#1f2937;text-align:right;flex:1;font-size:.9375rem;font-weight:500}.payment-result-module__de5ZVG__actionsSection{border-top:1px solid #e5e7eb;justify-content:center;gap:1rem;padding:2rem;display:flex}.payment-result-module__de5ZVG__primaryButton{background:var(--primary,#4559a8);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s}.payment-result-module__de5ZVG__primaryButton:hover{background:var(--primary-dark,#344880);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.payment-result-module__de5ZVG__secondaryButton{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s}.payment-result-module__de5ZVG__secondaryButton:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.payment-result-module__de5ZVG__secondaryButton:disabled,.payment-result-module__de5ZVG__primaryButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.payment-result-module__de5ZVG__retryError{color:#dc2626;text-align:center;margin:.75rem 0 0;font-size:.875rem}.payment-result-module__de5ZVG__errorIcon{margin-bottom:1rem;font-size:3rem}.payment-result-module__de5ZVG__errorTitle{color:var(--danger,#ef4444);margin:0 0 1rem;font-size:1.5rem;font-weight:700}.payment-result-module__de5ZVG__errorMessage{color:#6b7280;margin:0 0 1rem;font-size:1rem;line-height:1.6}.payment-result-module__de5ZVG__loadingWrapper{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.payment-result-module__de5ZVG__loadingSpinner{border:4px solid #e5e7eb;border-top-color:var(--primary,#4559a8);border-radius:50%;width:64px;height:64px;animation:.8s linear infinite payment-result-module__de5ZVG__spin}@keyframes payment-result-module__de5ZVG__spin{to{transform:rotate(360deg)}}.payment-result-module__de5ZVG__loadingText{color:#6b7280;margin:0;font-size:1.125rem}@media (max-width:768px){.payment-result-module__de5ZVG__container{padding:1rem}.payment-result-module__de5ZVG__statusSection{padding:2rem 1.5rem 1.5rem}.payment-result-module__de5ZVG__statusIcon{width:60px;height:60px;font-size:1.5rem}.payment-result-module__de5ZVG__statusTitle{font-size:1.5rem}.payment-result-module__de5ZVG__statusMessage{font-size:1rem}.payment-result-module__de5ZVG__detailsSection{padding:1.5rem}.payment-result-module__de5ZVG__detailItem{flex-direction:column;align-items:flex-start;gap:.25rem}.payment-result-module__de5ZVG__detailLabel{flex:none}.payment-result-module__de5ZVG__detailValue{text-align:left;font-weight:600}.payment-result-module__de5ZVG__actionsSection{flex-direction:column;padding:1.5rem}.payment-result-module__de5ZVG__primaryButton,.payment-result-module__de5ZVG__secondaryButton{text-align:center;width:100%}}
.RegulaminView-module__5jqZDG__list{padding-left:0;list-style:none}.RegulaminView-module__5jqZDG__item{padding-left:3.1em;position:relative}.RegulaminView-module__5jqZDG__num{font-weight:600;position:absolute;left:0}.RegulaminView-module__5jqZDG__heading{display:block}
.VoucherPurchaseFlow-module__3Tww1W__root{--vch-heading:var(--voucher-heading,#001d51);--vch-cta:var(--voucher-cta,#001d51);--vch-cta-hover:var(--voucher-cta-hover,#000d2e);--vch-accent:var(--voucher-accent,#65a8eb);--vch-ink:var(--voucher-ink,#1b2430);--vch-muted:var(--voucher-muted,#7c8595);--vch-line:var(--voucher-line,#e1e7f1);--vch-surface:var(--voucher-surface,#fff);--vch-surface-alt:var(--voucher-surface-alt,#f7f9fc);--vch-danger:var(--voucher-danger,#d32f2f);--vch-danger-bg:color-mix(in srgb, var(--vch-danger) 8%, #fff);--vch-danger-line:color-mix(in srgb, var(--vch-danger) 35%, #fff);--vch-sticky-top:var(--voucher-sticky-top,6rem);color:var(--vch-ink)}.VoucherPurchaseFlow-module__3Tww1W__pageHeader{text-align:center;flex-direction:column;gap:.5rem;margin-bottom:1.75rem;display:flex}.VoucherPurchaseFlow-module__3Tww1W__layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}@media (min-width:1100px){.VoucherPurchaseFlow-module__3Tww1W__layout{grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:2rem}.VoucherPurchaseFlow-module__3Tww1W__aside{top:var(--vch-sticky-top);position:sticky}}.VoucherPurchaseFlow-module__3Tww1W__card{background:var(--vch-surface);border-radius:14px;padding:2rem;box-shadow:0 4px 16px #0000000f}.VoucherPurchaseFlow-module__3Tww1W__formColumn{flex-direction:column;gap:2rem;display:flex}.VoucherPurchaseFlow-module__3Tww1W__aside{flex-direction:column;gap:1.25rem;display:flex}.VoucherPurchaseFlow-module__3Tww1W__title{color:var(--vch-heading);margin:0;font-size:1.75rem;font-weight:700}.VoucherPurchaseFlow-module__3Tww1W__subtitle{color:var(--vch-muted);margin:0;font-size:.95rem;line-height:1.5}.VoucherPurchaseFlow-module__3Tww1W__section{flex-direction:column;display:flex}.VoucherPurchaseFlow-module__3Tww1W__sectionTitle{color:var(--vch-heading);margin:0 0 .25rem;font-size:1.05rem;font-weight:700}.VoucherPurchaseFlow-module__3Tww1W__sectionHint{color:var(--vch-muted);margin:0 0 1rem;font-size:.85rem;line-height:1.45}.VoucherPurchaseFlow-module__3Tww1W__formGrid{grid-template-columns:1fr 1fr;column-gap:1rem;display:grid}.VoucherPurchaseFlow-module__3Tww1W__formGridFull{grid-column:1/-1}.VoucherPurchaseFlow-module__3Tww1W__field{flex-direction:column;gap:.4rem;min-width:0;margin-bottom:1rem;display:flex}.VoucherPurchaseFlow-module__3Tww1W__fieldLabel{color:var(--vch-ink);font-size:.875rem;font-weight:600}.VoucherPurchaseFlow-module__3Tww1W__input,.VoucherPurchaseFlow-module__3Tww1W__select{box-sizing:border-box;border:1px solid var(--vch-line);width:100%;color:var(--vch-ink);background:#fff;border-radius:8px;padding:.625rem .75rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.VoucherPurchaseFlow-module__3Tww1W__input:focus,.VoucherPurchaseFlow-module__3Tww1W__select:focus{border-color:var(--vch-cta);box-shadow:0 0 0 3px color-mix(in srgb, var(--vch-cta) 22%, transparent);outline:none}.VoucherPurchaseFlow-module__3Tww1W__inputInvalid,.VoucherPurchaseFlow-module__3Tww1W__inputInvalid:focus{border-color:var(--vch-danger-line);box-shadow:0 0 0 3px color-mix(in srgb, var(--vch-danger) 15%, transparent)}.VoucherPurchaseFlow-module__3Tww1W__fieldHint{color:var(--vch-muted);font-size:.8rem;line-height:1.4}.VoucherPurchaseFlow-module__3Tww1W__fieldError{color:var(--vch-danger);font-size:.8rem;font-weight:600}.VoucherPurchaseFlow-module__3Tww1W__tierGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.VoucherPurchaseFlow-module__3Tww1W__tierCard{text-align:left;border:1px solid var(--vch-line);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;font-family:inherit;transition:border-color .15s,box-shadow .15s,background .15s;display:flex;position:relative}.VoucherPurchaseFlow-module__3Tww1W__tierCard:hover{border-color:var(--vch-accent)}.VoucherPurchaseFlow-module__3Tww1W__tierCardSelected{border-color:var(--vch-cta);background:color-mix(in srgb, var(--vch-cta) 4%, #fff);box-shadow:0 0 0 2px color-mix(in srgb, var(--vch-cta) 20%, transparent)}.VoucherPurchaseFlow-module__3Tww1W__tierBadge{white-space:nowrap;background:var(--vch-accent);color:#fff;text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.2rem .5rem;font-size:.65rem;font-weight:700;position:absolute;top:-.6rem;left:50%;transform:translate(-50%)}.VoucherPurchaseFlow-module__3Tww1W__tierLabel{color:var(--vch-heading);font-size:1rem;font-weight:700}.VoucherPurchaseFlow-module__3Tww1W__tierPrice{color:var(--vch-ink);font-size:1.35rem;font-weight:700}.VoucherPurchaseFlow-module__3Tww1W__tierPriceUnit{color:var(--vch-muted);font-size:.75rem;display:block}.VoucherPurchaseFlow-module__3Tww1W__tierComposition{margin:0;padding-left:.9rem}.VoucherPurchaseFlow-module__3Tww1W__tierComposition li{color:var(--vch-muted);margin-bottom:.15rem;font-size:.7rem;line-height:1.45}.VoucherPurchaseFlow-module__3Tww1W__summary{border:1px solid var(--vch-line);background:var(--vch-surface-alt);border-radius:12px;padding:1.25rem}.VoucherPurchaseFlow-module__3Tww1W__summaryRow{justify-content:space-between;gap:1rem;padding:.4rem 0;font-size:.9rem;display:flex}.VoucherPurchaseFlow-module__3Tww1W__summaryKey{color:var(--vch-muted);flex-shrink:0}.VoucherPurchaseFlow-module__3Tww1W__summaryValue{text-align:right;font-weight:600}.VoucherPurchaseFlow-module__3Tww1W__summaryEmpty{color:var(--vch-muted);margin:0;font-size:.85rem;line-height:1.5}.VoucherPurchaseFlow-module__3Tww1W__summaryTotal{border-top:1px solid var(--vch-line);justify-content:space-between;align-items:baseline;gap:1rem;margin-top:.75rem;padding-top:.75rem;display:flex}.VoucherPurchaseFlow-module__3Tww1W__summaryTotalLabel{color:var(--vch-heading);font-weight:700}.VoucherPurchaseFlow-module__3Tww1W__summaryTotalValue{color:var(--vch-heading);font-size:1.5rem;font-weight:700}.VoucherPurchaseFlow-module__3Tww1W__summaryNote{color:var(--vch-muted);margin:.75rem 0 0;font-size:.8rem;line-height:1.5}.VoucherPurchaseFlow-module__3Tww1W__consentGroup{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.VoucherPurchaseFlow-module__3Tww1W__consentRow{background:var(--vch-surface-alt);cursor:pointer;border-radius:8px;align-items:flex-start;gap:.6rem;padding:.85rem;display:flex}.VoucherPurchaseFlow-module__3Tww1W__consentRow input[type=checkbox]{cursor:pointer;width:18px;min-width:18px;height:18px;accent-color:var(--vch-cta);margin-top:.15rem}.VoucherPurchaseFlow-module__3Tww1W__consentText{color:var(--vch-ink);-webkit-user-select:none;user-select:none;font-size:.85rem;line-height:1.5}.VoucherPurchaseFlow-module__3Tww1W__consentText a{color:var(--vch-cta);text-decoration:underline}.VoucherPurchaseFlow-module__3Tww1W__termsLinkButton{color:var(--vch-cta);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.8rem;text-decoration:underline}.VoucherPurchaseFlow-module__3Tww1W__termsOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.VoucherPurchaseFlow-module__3Tww1W__termsPopup{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:720px;max-height:85vh;display:flex;position:relative}.VoucherPurchaseFlow-module__3Tww1W__termsClose{color:var(--vch-muted);cursor:pointer;background:0 0;border:none;font-size:1.75rem;line-height:1;position:absolute;top:.5rem;right:.75rem}.VoucherPurchaseFlow-module__3Tww1W__termsContent{color:var(--vch-ink);padding:2rem 1.5rem 1.5rem;font-size:.85rem;line-height:1.6;overflow-y:auto}.VoucherPurchaseFlow-module__3Tww1W__termsContent h2{color:var(--vch-heading);margin:0 0 1rem;font-size:1.15rem}.VoucherPurchaseFlow-module__3Tww1W__termsContent h3{color:var(--vch-heading);margin:1.25rem 0 .5rem;font-size:1rem}.VoucherPurchaseFlow-module__3Tww1W__termsContent h4{margin:1rem 0 .4rem;font-size:.9rem}.VoucherPurchaseFlow-module__3Tww1W__termsContent p{margin:0 0 .6rem}.VoucherPurchaseFlow-module__3Tww1W__termsContent ol{margin:0 0 .6rem;padding-left:1.25rem}.VoucherPurchaseFlow-module__3Tww1W__termsContent li{margin-bottom:.3rem}.VoucherPurchaseFlow-module__3Tww1W__payButton{background:var(--vch-cta);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.9rem 2.5rem;font-family:inherit;font-size:1.05rem;font-weight:700;transition:background .15s,opacity .15s}.VoucherPurchaseFlow-module__3Tww1W__payButton:hover:not(:disabled){background:var(--vch-cta-hover)}.VoucherPurchaseFlow-module__3Tww1W__payButton:disabled{opacity:.6;cursor:not-allowed}.VoucherPurchaseFlow-module__3Tww1W__errorBox{background:var(--vch-danger-bg);border:1px solid var(--vch-danger-line);color:var(--vch-danger);border-radius:8px;padding:.875rem 1rem;font-size:.9rem}.VoucherPurchaseFlow-module__3Tww1W__resultShell{justify-content:center;padding:2rem 1rem;display:flex}.VoucherPurchaseFlow-module__3Tww1W__resultCard{text-align:center;width:100%;max-width:560px}.VoucherPurchaseFlow-module__3Tww1W__resultIcon{margin-bottom:.75rem;font-size:2.5rem;line-height:1}.VoucherPurchaseFlow-module__3Tww1W__codeBox{border:2px dashed var(--vch-accent);background:color-mix(in srgb, var(--vch-accent) 6%, #fff);border-radius:12px;margin:1.5rem 0;padding:1.25rem}.VoucherPurchaseFlow-module__3Tww1W__codeLabel{color:var(--vch-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem;font-size:.8rem}.VoucherPurchaseFlow-module__3Tww1W__codeValue{color:var(--vch-heading);letter-spacing:.12em;font-variant-numeric:tabular-nums;font-size:2rem;font-weight:700}.VoucherPurchaseFlow-module__3Tww1W__codeValidUntil{color:var(--vch-muted);margin:.75rem 0 0;font-size:.85rem}.VoucherPurchaseFlow-module__3Tww1W__downloadButton{background:var(--vch-cta);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-block}.VoucherPurchaseFlow-module__3Tww1W__downloadButton:hover{background:var(--vch-cta-hover)}.VoucherPurchaseFlow-module__3Tww1W__resultText{color:var(--vch-muted);margin:.5rem 0 0;font-size:.9rem;line-height:1.6}.VoucherPurchaseFlow-module__3Tww1W__resultTitle{margin:0 0 .5rem}.VoucherPurchaseFlow-module__3Tww1W__spinner{border:3px solid var(--vch-line);border-top-color:var(--vch-cta);border-radius:50%;width:34px;height:34px;margin:0 auto 1rem;animation:.9s linear infinite VoucherPurchaseFlow-module__3Tww1W__vchSpin}@keyframes VoucherPurchaseFlow-module__3Tww1W__vchSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.VoucherPurchaseFlow-module__3Tww1W__spinner{animation-duration:3s}}@media (max-width:680px){.VoucherPurchaseFlow-module__3Tww1W__formGrid,.VoucherPurchaseFlow-module__3Tww1W__tierGrid{grid-template-columns:1fr}.VoucherPurchaseFlow-module__3Tww1W__card{padding:1.5rem 1.25rem}.VoucherPurchaseFlow-module__3Tww1W__codeValue{font-size:1.6rem}}
