[hidden] { display: none !important; }
.modal-backdrop { background: rgba(15, 23, 42, .55); }
.modal-panel { max-height: calc(100vh - 2rem); overflow-y: auto; }
.amount { font-variant-numeric: tabular-nums; }
.field { display: grid; gap: .35rem; color: #475569; font-size: .875rem; }
.field input, .field select { width: 100%; border: 1px solid #cbd5e1; border-radius: .6rem; background: #fff; color: #0f172a; padding: .6rem .7rem; font-size: 1rem; outline: none; }
.field input:focus, .field select:focus { border-color: #4f46e5; box-shadow: 0 0 0 3px rgba(79,70,229,.14); }
.button-primary, .button-secondary, .button-danger { border-radius: .6rem; padding: .6rem .9rem; font-weight: 600; font-size: .875rem; transition: background .15s; }
.button-primary { background: #4f46e5; color: #fff; }.button-primary:hover { background: #4338ca; }
.button-secondary { border: 1px solid #cbd5e1; background: #fff; color: #334155; }.button-secondary:hover { background: #f8fafc; }
.button-danger { background: #b91c1c; color: #fff; }.button-danger:hover { background: #991b1b; }
