.deposit-methods-container{display:flex;flex-direction:column;gap:2rem}.category-section{display:flex;flex-direction:column;gap:1.5rem}.category-header{display:flex;align-items:center;gap:.75rem}.category-icon{flex-shrink:0}.icon-wrapper{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.icon-wrapper.instant-payment{background-color:#dbeafe}.icon-wrapper.bank-transfer{background-color:#dcfce7}.icon-wrapper.mobile-wallet{background-color:#f3e8ff}.icon-wrapper.default{background-color:#f3f4f6}.icon{width:1.5rem;height:1.5rem}.icon.instant-payment{color:#2563eb}.icon.bank-transfer{color:#16a34a}.icon.mobile-wallet{color:#9333ea}.icon.default{color:#6b7280}.category-title{font-size:1.25rem;font-weight:600;color:#111827;text-transform:capitalize;margin:0}.category-description{font-size:.875rem;color:#6b7280;margin:0}.methods-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.method-card{background-color:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e5e7eb;overflow:hidden;transition:all .2s ease-in-out}.method-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:#93c5fd}.card-header{padding:1.5rem;border-bottom:1px solid #f3f4f6}.card-header-content{display:flex;align-items:flex-start;gap:1rem}.method-icon-wrapper{flex-shrink:0}.method-icon-container{width:3rem;height:3rem;border-radius:.75rem;background:linear-gradient(to bottom right,#f9fafb,#f3f4f6);border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden}.method-icon-image{width:2rem;height:2rem;-o-object-fit:contain;object-fit:contain}.method-icon-fallback{width:1.5rem;height:1.5rem;color:#6b7280}.method-info{flex-grow:1;min-width:0}.method-name{font-size:1.125rem;font-weight:600;color:#111827;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.method-subtitle{font-size:.875rem;color:#6b7280;margin:.25rem 0 0}.card-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.fees-duration-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}.info-box{text-align:center;padding:.75rem;background-color:#f9fafb;border-radius:.5rem}.info-box-header{display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.info-box-icon{width:1rem;height:1rem;color:#6b7280;margin-right:.25rem}.info-box-label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase}.info-box-value{font-size:.875rem;font-weight:600;color:#111827}.fees-container{display:flex;flex-direction:column;gap:.25rem}.fee-item{font-size:.75rem;font-weight:600;color:#111827}.fee-free{font-size:.75rem;font-weight:600;color:#16a34a}.details-section{display:flex;flex-direction:column;gap:.75rem}.details-header{font-size:.875rem;font-weight:500;color:#111827;display:flex;align-items:center;margin:0}.details-icon{width:1rem;height:1rem;margin-right:.5rem;color:#3b82f6}.details-list{display:flex;flex-direction:column;gap:.5rem}.details-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.details-item:last-child{border-bottom:none}.details-key{font-size:.875rem;font-weight:500;color:#4b5563;text-transform:capitalize}.details-value{font-size:.875rem;color:#111827;font-weight:500;text-align:right;max-width:60%;word-break:break-words}.info-text-section{display:flex;flex-direction:column;gap:.75rem}.info-text-container{padding:.75rem;background-color:#f9fafb;border-radius:.5rem}.info-text{font-size:.875rem;color:#111827}.card-footer{padding:1.5rem;padding-top:0}.footer-content{display:flex;align-items:center;justify-content:space-between}.status-badge{display:inline-flex;align-items:center;padding:.125rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500;background-color:#dcfce7;color:#166534}.status-dot{width:.375rem;height:.375rem;border-radius:50%;background-color:#22c55e;margin-right:.375rem}.create-request-btn{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:#2563eb;color:#fff;font-size:.875rem;font-weight:500;border-radius:.5rem;transition:background-color .2s ease-in-out;border:none;cursor:pointer;text-decoration:none}.create-request-btn:hover{background-color:#1d4ed8}.create-request-btn:focus{outline:none;box-shadow:0 0 0 2px #3b82f6}.btn-icon{width:1rem;height:1rem;margin-right:.5rem}.empty-state{text-align:center;padding:4rem 0}.empty-state-icon-wrapper{margin:0 auto;width:6rem;height:6rem;background-color:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.empty-state-icon{width:3rem;height:3rem;color:#9ca3af}.empty-state-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.empty-state-description{color:#6b7280;max-width:28rem;margin:0 auto}
