.modal-overlay{background-color:#0006;backdrop-filter:blur(8px);position:fixed;inset:0;animation:overlayShow .2s ease-out;z-index:999}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}.modal-content{position:fixed;top:50%;left:50%;width:90vw;max-width:480px;max-height:85vh;transform:translate(-50%,-50%);z-index:1000;border-radius:24px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 25px 60px -12px #00000026;padding:40px 32px;display:flex;flex-direction:column;align-items:center;overflow-y:auto;outline:none;animation:modalShow .3s ease-out}@keyframes modalShow{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.modal-logo{height:48px;object-fit:contain;margin-bottom:20px}.modal-close{position:absolute;top:16px;right:16px;width:20px;object-fit:contain;cursor:pointer;transition:all .2s;opacity:.4}.modal-close:hover{opacity:.7;transform:scale(1.1)}.modal-content .btn{display:block;width:100%;padding:14px;text-align:center;border-radius:12px;font-weight:600;font-size:14px;background:linear-gradient(135deg,#10b981,#047857);color:#fff;box-shadow:0 4px 15px #10b9814d;transition:all .2s}.modal-content .btn:hover{box-shadow:0 8px 25px #10b98166;background:linear-gradient(135deg,#10b981,#047857);color:#fff;transform:translateY(-2px)}.modal-content .btn.btn-secondary{background:transparent!important;color:#4b5563!important;border:1px solid #e5e7eb!important;box-shadow:none!important}.modal-content .btn.btn-secondary:hover{background:#f9fafb!important;box-shadow:none!important;transform:translateY(-1px)!important}.anchor-modal-content{color:#4b5563;margin-top:16px;font-size:14px;line-height:1.6}@media screen and (max-width: 768px){.modal-content{padding:32px 24px;max-width:420px}.modal-close{top:12px;right:12px}}@media screen and (max-width: 480px){.modal-content{padding:28px 20px;width:94vw}}.payment-input{display:flex;flex-direction:column;width:100%;margin-top:50px}.payment-input-price{display:flex;justify-content:space-between;align-items:center}.payment-input-price p{font-weight:900;font-size:16px;color:#000}.payment-input-email{width:100%;font-size:16px;border-radius:16px;padding:15px;border:2px solid #000;color:#000;outline:none;margin-top:5px}.payment-input-email.error{border:2px solid tomato;background-color:#ff634717}.email-info{font-size:13px;color:#000}.error-text{color:tomato;font-size:13px;margin-top:5px}.payment-offerta{display:flex;margin-top:50px;font-size:10px;color:#000;align-items:center;gap:15px}.payment-offerta-text.error{color:tomato}.payment-offerta-checkbox{background-color:#fff;border:2px solid #000;border-radius:5px;width:25px;height:25px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.payment-offerta-checkbox.error{border:2px solid tomato}.payment-offerta-checkbox-indicator{background-color:#000;width:15px;height:15px;border-radius:5px;display:flex;flex-shrink:0}.payment-methods{display:flex;gap:25px;margin-top:5px;flex-wrap:wrap;justify-content:center}.payment-method{width:75px;height:75px;object-fit:contain}.payment-modal-btn:disabled{cursor:default;opacity:.5;pointer-events:none}@media screen and (max-width: 991px){.payment-method{width:50px;height:50px}}.spinner{width:36px;height:36px;margin:16px 0;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#10b981;animation:spin .8s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-box{display:flex;flex-direction:column;align-items:center;text-align:center;max-height:100%;overflow-y:auto;width:100%}.status-box .title-block{font-weight:700;color:#111827}.status-box .title{color:#111827;font-weight:700;font-size:20px;line-height:1.3;margin-bottom:8px}.status-box .info{color:#6b7280;font-size:14px;line-height:1.5;margin-bottom:4px;margin-top:0;width:100%}.status-box .buttons{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;width:100%}.status-box .buttons a{width:100%}.status-box button{padding:14px;width:100%}.config-box{font-family:SF Mono,Fira Code,Fira Mono,monospace;background:#f9fafb;border:1px solid #e5e7eb;padding:12px 16px;border-radius:12px;word-break:break-all;color:#1f2937;font-size:13px;line-height:1.5;margin-top:0;margin-bottom:8px;width:100%}.config-instruction{color:#059669;font-size:13px;font-weight:500}.config-instruction:hover{color:#047857}.config-infotext{color:#6b7280;font-size:13px;line-height:1.5;margin-top:20px}
