*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica','Arial',sans-serif;background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb);color:#1f2937;min-height:100vh}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.page-header{text-align:center;padding:3rem 0}.page-title{font-size:2.5rem;font-weight:900;background:linear-gradient(to right,#0891b2,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding-bottom:3rem}@media(max-width:768px){.checkout-grid{grid-template-columns:1fr}}.card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05)}.card-header{margin-bottom:1.5rem}.card-title{font-size:1.25rem;font-weight:900;color:#1f2937}.user-profile{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:.75rem;margin-bottom:1rem}.user-avatar{width:64px;height:64px;border-radius:.75rem;border:2px solid #06b6d4}.user-info{flex:1}.username{font-size:1.5rem;font-weight:900;color:#1f2937}.user-label{font-size:.875rem;color:#6b7280}.order-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;margin-bottom:1rem}.order-item-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.order-item-name{font-weight:700;color:#1f2937}.order-item-price{font-size:1.25rem;font-weight:900;color:#0891b2}.order-item-details{font-size:.875rem;color:#6b7280}.order-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;margin-top:1rem}.order-summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.order-summary-row:last-child{border-bottom:none;border-top:2px solid #e5e7eb;font-weight:900;font-size:1.25rem;color:#1f2937}.order-summary-row:last-child .order-summary-value{color:#0891b2;font-size:1.875rem}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.payment-method{background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s;position:relative}.payment-method:hover{border-color:#06b6d4}.payment-method.active{border-color:#06b6d4;background:rgba(6,182,212,.05)}.payment-method-icon{font-size:2rem;margin-bottom:.5rem}.payment-method-name{font-weight:700;color:#1f2937}.min-badge{position:absolute;top:.5rem;right:.5rem;background:#ef4444;color:#fff;font-size:.625rem;padding:.25rem .5rem;border-radius:.25rem;font-weight:700}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .3s}.form-input:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 3px rgba(6,182,212,.1)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.alert{padding:1rem;border-radius:.5rem;margin-bottom:1rem}.alert-info{background:rgba(6,182,212,.1);color:#0891b2;border:1px solid rgba(6,182,212,.3)}.btn-primary{background:linear-gradient(to right,#06b6d4,#ec4899);color:#fff;box-shadow:0 4px 6px rgba(6,182,212,.3);height:56px;font-size:1.125rem;border:none;border-radius:.5rem;font-weight:700;cursor:pointer;width:100%;transition:all .3s;margin-top:1.5rem}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 8px rgba(6,182,212,.4)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.hidden{display:none}.loader{border:4px solid #f3f3f3;border-top:4px solid #06b6d4;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite;display:inline-block;margin-right:8px;vertical-align:middle}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.file-upload{border:2px dashed #d1d5db;border-radius:.75rem;padding:2rem;text-align:center;cursor:pointer;transition:all .3s;background:#f9fafb}.file-upload:hover{border-color:#06b6d4;background:rgba(6,182,212,.05)}.file-upload input{display:none}.file-upload-icon{font-size:3rem;opacity:.5}.file-upload-text{color:#6b7280}.file-selected{color:#10b981;font-weight:700;margin-top:.5rem}.info-row{margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#f9fafb;border-radius:.5rem;flex-wrap:wrap}.info-content{flex:1;min-width:0}.copy-btn{background:transparent;color:#06b6d4;border:none;padding:.25rem;cursor:pointer;font-size:.875rem;font-weight:600;white-space:nowrap;flex-shrink:0;transition:all .3s;display:flex;align-items:center;gap:.25rem}.copy-btn:hover{color:#0891b2}.copy-btn svg{width:20px;height:20px}.file-upload-label{display:block;cursor:pointer}.file-upload-label input[type=file]{display:none}.file-upload-btn{display:inline-block;background:#06b6d4;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.file-upload-btn:hover{background:#0891b2}.file-name{display:block;margin-top:.5rem;font-size:.875rem;color:#6b7280}.card-label-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem}.accepted-cards{display:flex;align-items:center;gap:.375rem;flex-wrap:nowrap}.accepted-cards img{height:18px;opacity:.7;transition:opacity .3s;filter:grayscale(20%)}.accepted-cards img:hover{opacity:1;filter:grayscale(0)}@media(max-width:768px){.accepted-cards{gap:.25rem}.accepted-cards img{height:14px}}@media(max-width:480px){.accepted-cards img{height:12px}}@media(max-width:640px){.copy-text{display:none}.copy-btn{padding:.5rem .75rem;font-size:1.25rem}.info-row{padding:.5rem}}