@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body{background:linear-gradient(180deg,#f3eaf6,#e1c9e6);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;min-height:100vh;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{display:flex;justify-content:center;align-items:flex-start;width:100%;height:auto;min-height:100vh}.container{display:flex;flex-direction:column;width:1600px;gap:24px;padding:40px 0}.logo{color:#fff;font-weight:500;font-size:24px;color:#e0e3f0}.page-title{color:#4c2a58;font-weight:700;font-size:32px;text-align:center;text-shadow:0px 2px 4px rgba(0,0,0,.1)}.product{border-radius:12px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .3s ease-in-out;animation:fadeIn .5s ease-in-out forwards;opacity:0}.product:hover{transform:scale(1.03);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.product-info{display:flex;flex:1;padding:24px;background:#fff;align-items:flex-start;gap:20px}.product-icon{color:#8c82fc;margin-top:15px}.product-details{display:flex;flex-direction:column;width:100%;justify-content:flex-start;align-items:flex-start;gap:4px}img{border-radius:6px;width:54px;height:57px;margin-right:10px}.button{height:48px;background:linear-gradient(to right,#6d7efc,#556cd6);color:#fff;width:100%;border-radius:6px;font-size:16px;border:0;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;display:flex;justify-content:center;align-items:center;text-decoration:none;font-family:inherit}.button:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.button:disabled{background:#b8b8d1;cursor:not-allowed;transform:translateY(0);box-shadow:none}.product .button{height:48px;border-radius:0 0 12px 12px}.product-actions{display:flex;gap:8px;padding:0 24px 24px;background:#fff}.product-actions .button{flex:1;border-radius:6px;height:48px}.delete-button{background:linear-gradient(to right,#ff6b6b,#ee5a52)!important}.delete-button:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #ee5a524d}.delete-button:disabled{background:#b8b8d1!important;cursor:not-allowed;transform:translateY(0);box-shadow:none}p{font-style:normal;font-weight:500;font-size:14px;line-height:20px;letter-spacing:-.154px;color:#242d60;height:100%;width:100%;margin:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box}h3{font-style:normal;font-weight:600;font-size:20px;line-height:28px;letter-spacing:-.154px;color:#242d60;margin:0}.price{font-size:16px;font-weight:500;color:#8c82fc;width:auto;height:auto;justify-content:flex-start}h5{display:none}.message{color:#fff;font-size:16px}.checkout{width:100%;align-self:flex-start;background-color:#fff;margin:40px;border-radius:16px}.celebration-image{width:158px;height:158px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;font-size:16px;color:#e9eeeb;font-weight:500}.checkmark{color:#22c55e;width:64px;height:64px;margin:0 auto 16px;display:block}.confirm-card{background:#fff;border-radius:24px;box-shadow:0 4px 32px #50005014;padding:32px 24px;max-width:400px;max-height:fit-content;width:100%;text-align:center;margin:10%}.transaction-details{background:#f6f6fa;border-radius:16px;padding:16px;margin:24px 0;text-align:left;font-size:15px}.transaction-details-row{display:flex;justify-content:space-between;margin-bottom:8px}.transaction-details-row:last-child{margin-bottom:0}.confirm-message{color:#6b7280;font-size:14px;margin-top:24px}.celebration-image-img{width:80%;height:80%;object-fit:contain;margin-right:0}.payment-confirmed-title{font-size:28px;font-weight:700;color:"#242d60";margin-bottom:8px}.payment-confirmed-message{color:"#6b7280";margin-bottom:0}.transaction-id{color:"#6b7280"}.transaction-id-value{font-family:"monospace";color:"#242d60"}.transaction-amount-value{font-weight:600;color:"#242d60"}.transaction-value{color:"#242d60"}.products-table-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;width:100%;max-width:1200px;margin:0 auto;justify-items:center}.create-section-td,.products-section-td{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;box-sizing:border-box}.products-section-td .product+.product{margin-top:24px}@media (max-width: 900px){.products-table-layout{grid-template-columns:1fr;gap:24px;width:100vw;max-width:100vw;padding:0 8px}.create-section-td,.products-section-td{width:100%!important;min-width:0;margin-bottom:0;padding:0}.create-product-section,.product{width:95vw!important;min-width:0;max-width:100vw}}.create-section-td,.products-section-td{max-width:600px;width:100%}.product,.create-product-section{width:100%;max-width:400px}.create-toggle-button{background:linear-gradient(to right,#10b981,#059669)!important;margin-bottom:0}.create-toggle-button:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.create-product-form{margin-top:20px;display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;font-size:14px;color:#374151;margin:0}.form-group input,.form-group select{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;font-family:inherit;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#8c82fc;box-shadow:0 0 0 3px #8c82fc1a}.form-group input::placeholder{color:#9ca3af}.create-button{background:linear-gradient(to right,#10b981,#059669)!important;margin-top:8px}.create-button:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.create-button:disabled{background:#b8b8d1!important;cursor:not-allowed;transform:translateY(0);box-shadow:none}.checkbox-group{margin-top:4px}.checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;margin:0;font-weight:600;font-size:14px;color:#374151}.custom-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid #8c82fc;border-radius:4px;background:#fff;cursor:pointer;position:relative;flex-shrink:0;transition:all .2s ease;margin:0}.custom-checkbox:hover{border-color:#6d7efc;box-shadow:0 0 0 3px #8c82fc1a}.custom-checkbox:checked{background:linear-gradient(to right,#8c82fc,#6d7efc);border-color:#8c82fc}.custom-checkbox:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:5px;height:10px;border:solid white;border-width:0 2px 2px 0}.custom-checkbox:focus{outline:none;box-shadow:0 0 0 3px #8c82fc33}.checkbox-text{-webkit-user-select:none;user-select:none;line-height:1.5}.transactions-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #00000012;padding-left:2rem;padding-right:2rem;padding-bottom:2rem;margin:0 auto 2rem;max-width:900px}.transactions-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#222}.transactions-table-wrapper{overflow-x:auto}.transactions-table-wrapper.fixed-height{min-height:540px}.transactions-table{min-width:1000px;border-collapse:separate;border-spacing:0;background:#fafbfc;border-radius:12px;overflow:hidden;font-size:1rem}.transactions-table th,.transactions-table td{padding:.85rem 1.1rem;text-align:left}.transactions-table th{background:#f3f4f6;font-weight:600;color:#333;border-bottom:2px solid #e5e7eb}.transactions-table tr:nth-child(2n){background:#f7f8fa}.transactions-table tr:nth-child(odd){background:#fff}.transactions-table td{color:#444}.status-badge{display:inline-block;padding:.25em .7em;border-radius:12px;font-size:.95em;font-weight:500;text-transform:capitalize}.status-succeeded{background:#e6f9ed;color:#1a7f37}.status-failed{background:#fde8e8;color:#d32f2f}.status-refunded{background:#fde8e8;color:#f96820}.status-pending{background:#fffbe6;color:#b59f00}.transactions-pagination{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}.transactions-btn{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:.5rem 1.2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .18s}.transactions-btn:disabled{background:#e5e7eb;color:#aaa;cursor:not-allowed}.receipt-link{color:#2563eb;text-decoration:underline;font-weight:500;transition:color .15s}.receipt-link:hover{color:#1d4ed8}.receipt-link.disabled{color:#bbb;text-decoration:none;cursor:not-allowed}.transactions-loading,.transactions-error{font-size:1.1rem;color:#666;padding:1.5rem 0}.transactions-mobile-wrapper{display:none}@media (max-width: 600px){.transactions-card{padding-top:3px}.transactions-title{font-size:1.3rem}.transactions-table th,.transactions-table td{padding:.5rem;font-size:.95rem}.transactions-table-wrapper{display:none}.transactions-mobile-wrapper{display:block;margin-top:.5rem}.transactions-mobile-list{display:flex;flex-direction:column;gap:1.1rem}.transactions-mobile-card{background:#fafbfc;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:1.1rem 1rem 1rem;font-size:1rem;color:#333;border:1px solid #f3f4f6}.mobile-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem;font-size:.98rem}.mobile-label{font-weight:600;color:#6366f1;margin-right:.5em;min-width:80px;flex-shrink:0}.transactions-pagination{justify-content:center;margin-top:1.2rem}}
