@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";:root{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.payment-container{min-height:100vh;background:linear-gradient(to bottom right,#fef2f2,#fee2e2);display:flex;align-items:center;justify-content:center;padding:1rem}.payment-card{background:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;max-width:28rem;width:100%;text-align:center}.error-code{color:#dc2626;font-size:6rem;font-weight:700;margin-bottom:1rem;line-height:1}.payment-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.payment-details{background:#fef2f2;border:2px solid #fecaca;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}.detail-label{font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.base-amount{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.penalty-amount{font-size:1.5rem;font-weight:600;color:#dc2626;margin-bottom:1rem}.divider{border-top:2px solid #fecaca;padding-top:1rem;margin-top:1rem}.total-label{font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.total-amount{font-size:2.25rem;font-weight:700;color:#b91c1c}.notice-box{background:#fefce8;border:1px solid #fde047;border-radius:.25rem;padding:1rem;font-size:.875rem;text-align:left}.notice-title{font-weight:600;color:#854d0e;margin-bottom:.5rem}.notice-text{color:#374151;line-height:1.5}.notice-text .bold{font-weight:700}@media(max-width:640px){.error-code{font-size:4rem}.payment-title{font-size:1.5rem}.total-amount{font-size:1.875rem}}
