*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#1a1a1a;line-height:1.5;min-height:100vh}.container{max-width:600px;margin:0 auto;padding:2rem 1rem}.header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.header-title{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.5rem;letter-spacing:-.025em;line-height:1.3}.header-subtitle{font-size:1rem;color:#6b7280;font-weight:400}.user-info{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#4b5563}.user-id-label{font-weight:600;color:#374151}.amount-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;margin-bottom:3rem}.section-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1.5rem;text-align:center}.amounts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.amount-option{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:1.5rem .5rem;cursor:pointer;transition:all .2s ease;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100px}.amount-option:hover{border-color:#d1d5db;background:#f3f4f6}.amount-option.selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 1px #2563eb}.amount-value-container{display:flex;align-items:baseline;justify-content:center;gap:4px;white-space:nowrap}.amount-value{font-size:1.75rem;font-weight:700;color:#111827;line-height:1}.amount-currency{font-size:1rem;color:#6b7280;font-weight:500;line-height:1}.pay-button-container{text-align:center}.pay-button{background:#111827;color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;max-width:320px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:56px}.pay-button:hover:not(:disabled){background:#374151;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.pay-button:active:not(:disabled){transform:translateY(0)}.pay-button:disabled{opacity:.5;cursor:not-allowed;background:#6b7280}.pay-button-text{min-width:120px;text-align:center}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background:#fef2f2;color:#dc2626;padding:1rem;border-radius:8px;margin:1rem 0 1.5rem;text-align:center;border:1px solid #fecaca;font-size:.875rem}.footer{border-top:1px solid #e5e7eb;padding-top:2rem;margin-top:3rem}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-content{grid-template-columns:repeat(2,1fr)}}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-section-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#4b5563;text-decoration:none;font-size:.875rem;transition:color .2s ease;display:flex;align-items:center;gap:.5rem}.footer-link:hover{color:#111827}.footer-link:before{content:"→";font-size:.875rem}.contacts{display:flex;flex-direction:column;gap:.75rem}.contact-item{font-size:.875rem;color:#4b5563;display:flex;align-items:center;gap:.5rem}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;color:#6b7280;font-size:.875rem}@media(max-width:768px){.container{padding:1.5rem 1rem}.header-title{font-size:1.5rem}.amount-section{padding:1.5rem}.section-title{font-size:1.125rem;margin-bottom:1.25rem}.amounts-grid{gap:.75rem}.amount-option{padding:1.25rem .5rem;min-height:90px}.amount-value{font-size:1.5rem}.amount-currency{font-size:.875rem}.pay-button{padding:.875rem 1.5rem;font-size:1rem;max-width:280px}}@media(max-width:480px){.amounts-grid{gap:.5rem}.amount-option{padding:1rem .25rem;min-height:80px}.amount-value{font-size:1.375rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:16px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}.modal-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#111827}.modal-body{padding:1.5rem}.modal-description{color:#4b5563;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.payment-url-container{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}.payment-url-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-family:Courier New,monospace;font-size:.9rem;color:#111827;background:#fff;resize:none;overflow-x:auto;word-break:break-all}.payment-url-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.copy-button{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.copy-button:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.copy-button:active{transform:translateY(0)}.modal-actions{display:flex;flex-direction:column;gap:.75rem}.modal-button{padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;justify-content:center}.modal-button.primary{background:#10b981;color:#fff}.modal-button.primary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.modal-button.secondary{background:#6b7280;color:#fff}.modal-button.secondary:hover{background:#4b5563;transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.modal-content{width:95%;max-width:450px}.modal-header{padding:1.25rem}.modal-title{font-size:1.25rem}.modal-body{padding:1.25rem}.modal-description{font-size:.9rem}.payment-url-input{font-size:.85rem}.modal-actions{gap:.5rem}.modal-button{padding:.75rem 1.25rem;font-size:.95rem}}@media(max-width:480px){.modal-content{width:95%;max-width:100%}.modal-header{padding:1rem}.modal-title{font-size:1.125rem}.modal-body{padding:1rem}.payment-url-container{padding:.75rem}.payment-url-input{font-size:.8rem;padding:.625rem .75rem}.copy-button{padding:.5rem 1rem;font-size:.9rem}.modal-button{padding:.625rem 1rem;font-size:.9rem}}
