*{margin:0;padding:0;box-sizing:border-box}body{background:#eef7ff;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,sans-serif;padding:2rem 1rem;color:#0f172a;line-height:1.5}.container{max-width:1280px;margin:0 auto}.header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.title h1{font-size:1.8rem;font-weight:600;letter-spacing:-.02em;color:#0f172a}.title p{font-size:.875rem;color:#475569;margin-top:.25rem}.wallet-card{background:#fff;border-radius:12px;padding:.5rem 1rem;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.wallet-card>*{display:inline-flex;align-items:center}.btn-primary,.connect-btn,.submit-btn{background:#0f172a;border:1px solid rgba(0,0,0,.08);padding:.5rem 1.2rem;border-radius:8px;color:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:.2s;font-family:inherit}.btn-primary:hover,.connect-btn:hover,.submit-btn:hover{background:#1e293b;transform:translateY(-1px)}.btn-secondary,.add-recipient,.add-token-btn,.remove-row,.remove-item,.approve-btn{background:#f1f5f9;border:1px solid rgba(0,0,0,.08);padding:.5rem 1rem;border-radius:8px;font-size:.8rem;font-weight:500;cursor:pointer;transition:.2s;color:#1e293b;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;height:36px;box-sizing:border-box}.btn-secondary:hover,.add-recipient:hover,.add-token-btn:hover,.approve-btn:hover{background:#e2e8f0}.remove-row,.remove-item{background:#fff5f5;color:#b91c1c}.remove-row:hover,.remove-item:hover{background:#fee2e2}.submit-btn{width:100%;padding:.9rem;font-size:.95rem;margin-top:1.5rem;margin-right:0}.submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.button-group{display:flex;gap:.5rem;margin-top:.8rem;justify-content:flex-end}.tabs{display:flex;gap:.5rem;flex-wrap:wrap;border-bottom:1px solid #e2e8f0;margin-bottom:1.8rem;padding-bottom:.5rem}.tab-btn{background:transparent;border:none;padding:.6rem 1.4rem;font-size:.95rem;font-weight:500;border-radius:8px;cursor:pointer;color:#475569;transition:.2s}.tab-btn.active{background:#0f172a;color:#fff}.tab-btn:hover:not(.active){background:#f1f5f9}.card{background:#fff;border-radius:12px;padding:1.8rem;box-shadow:0 4px 12px #00000008,0 1px 2px #0000000d;border:1px solid #eef2f6;max-width:100%;width:100%}.status-card{background:#fff;border-radius:12px;padding:1rem 1.5rem;margin-bottom:1.5rem;border:1px solid #eef2f6;box-shadow:0 1px 2px #00000008;width:100%}.status-card h3{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#1e293b}.status-grid{display:flex;flex-wrap:wrap;gap:1.5rem}.status-item{display:flex;align-items:baseline;gap:.5rem;font-size:.9rem}.status-label{font-weight:500;color:#475569}.status-value{font-weight:600;color:#0f172a}.status-value.active{color:#10b981}.status-value.inactive{color:#ef4444}.summary-card{background:#f8fafc;border-radius:8px;padding:1rem;margin:1rem 0;border:1px solid #e2e8f0;font-size:.85rem}.summary-card h4{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.summary-line{margin:.25rem 0;display:flex;justify-content:space-between;border-bottom:1px dashed #e2e8f0;padding:.2rem 0}.summary-label{font-weight:500;color:#475569}.summary-value{font-family:monospace;color:#0f172a}.footer{margin-top:2rem;padding:1rem;text-align:center;font-size:.75rem;color:#64748b;border-top:1px solid #e2e8f0}.alert{margin-top:1rem;padding:.8rem 1rem;border-radius:8px;background:#fef9e3;color:#b91c1c;font-size:.85rem;border-left:3px solid #f59e0b}.alert-success{background:#ecfdf5;color:#065f46;border-left-color:#10b981}.wallet-card{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.wallet-card .custom-select{margin-bottom:0;width:auto;min-width:220px}.dynamic-fields{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.5rem;margin-bottom:.8rem;width:100%}.dynamic-fields input{flex:1 1 auto;min-width:200px;padding:.6rem .9rem;border-radius:8px;border:1px solid #cbd5e1}.recipient-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:.8rem;align-items:center}.recipient-row input{flex:1;min-width:150px;padding:.6rem .9rem;border-radius:8px;border:1px solid #cbd5e1;font-size:.85rem}.recipient-addr,.token-addr{min-width:420px;width:100%;font-family:monospace;font-size:.85rem}.token-ids,.token-amounts,.eth-amount,.token-amount,.token-id{min-width:200px;width:100%}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.transfer-item{background:#fefefe;border-radius:12px;padding:1.2rem;margin-bottom:1.2rem;border:1px solid #e2edf7}.token-section{background:#fefefe;border-radius:12px;padding:1.2rem;margin-bottom:1.5rem;border:1px solid #eef2f8}.token-header{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1rem;align-items:center}.token-addr-input{flex:2;padding:.6rem 1rem;border-radius:8px;border:1px solid #cbd5e1;font-family:monospace;font-size:.85rem}.custom-select{position:relative;display:inline-block;width:100%;margin-bottom:1rem}.custom-select-trigger{width:100%;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.6rem 1rem;font-size:.85rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:inherit;background-color:#fff}.custom-select-trigger .dropdown-icon{font-size:.7rem;transition:transform .2s}.custom-select.open .dropdown-icon{transform:rotate(180deg)}.custom-select-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #cbd5e1;border-radius:8px;z-index:100;display:none;margin-top:4px;max-height:300px;overflow-y:auto;box-shadow:0 4px 8px #0000001a}.custom-select-menu.show{display:block}.custom-select-item{padding:.6rem 1rem;cursor:pointer;font-size:.85rem;transition:background .2s}.custom-select-item:hover{background:#f1f5f9}.custom-select-item.active{background:#e2e8f0;font-weight:500}.custom-select-trigger .dropdown-icon svg{width:1rem;height:1rem;vertical-align:middle;display:inline-block}.custom-select-menu{max-height:300px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.custom-select-menu::-webkit-scrollbar{display:none}.switch{position:relative;display:inline-block;width:52px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#10b981}input:focus+.slider{box-shadow:0 0 1px #10b981}input:checked+.slider:before{transform:translate(24px)}.slider.round{border-radius:28px}.slider.round:before{border-radius:50%}@media (max-width: 680px){.recipient-row{flex-direction:column;align-items:stretch}.card{padding:1.2rem}.header,.dynamic-fields{flex-direction:column;align-items:stretch}.dynamic-fields .approve-btn{align-self:stretch}.recipient-addr,.token-addr{min-width:100%}}
