.dxban{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 20px;margin:0 0 14px;padding:13px 18px;border:1px solid #ffd9bd;border-left:4px solid #ff8c42;border-radius:10px;background:#fff8f2}.dxban-danger{border-color:#f5d5d5 #f5d5d5 #f5d5d5 #dc2626;background:#fdf3f3}.dxban-body{flex:1 1 320px;font-size:13.5px;line-height:1.6;color:#3c4361}.dxban-body strong{color:#001468}.dxban-err{display:block;margin-top:5px;font-style:normal;color:#b91c1c}.dxban-actions{display:flex;gap:8px;flex:none}.dxban-btn{padding:8px 15px;border-radius:7px;border:1px solid #001468;background:#fff;color:#001468;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.dxban-btn:hover:not(:disabled){background:#f2f5fd}.dxban-btn:disabled{opacity:.5;cursor:not-allowed}.dxban-btn:focus-visible{outline:2px solid #ff8c42;outline-offset:2px}.dxban-btn-solid{background:#001468;color:#fff}.dxban-btn-solid:hover:not(:disabled){background:#001468;filter:brightness(1.25)}.dxban-btn-danger{background:#dc2626;border-color:#dc2626;color:#fff}.dxban-btn-danger:hover:not(:disabled){background:#dc2626;filter:brightness(1.1)}.dxban-btn-wide{width:100%;margin-top:12px;padding:10px 16px}.dxban-scrim{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,20,104,.45);overflow-y:auto}.dxban-modal{width:100%;max-width:540px;background:#fff;border:1px solid #e2e7f0;border-radius:14px;overflow:hidden;box-shadow:0 18px 48px rgba(0,20,104,.24)}.dxban-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid #e2e7f0;background:#fafbfe}.dxban-modal-head h2{margin:0;font-size:1rem;font-weight:700;color:#001468}.dxban-x{border:0;background:none;font-size:22px;line-height:1;color:#5a6482;cursor:pointer;padding:0 2px}.dxban-x:hover{color:#001468}.dxban-x:focus-visible{outline:2px solid #ff8c42;outline-offset:2px;border-radius:4px}.dxban-modal-body{padding:20px}.dxban-modal-body>p{margin:0 0 16px;font-size:13.5px;line-height:1.65;color:#3c4361}.dxban-choice{border:1px solid #e2e7f0;border-radius:11px;padding:15px 17px;margin-bottom:12px;background:#fafbfe}.dxban-choice strong{display:block;font-size:14px;color:#001468}.dxban-choice em{display:block;font-style:normal;font-size:12.5px;line-height:1.6;color:#5a6482;margin-top:5px}.dxban-choice-danger{border-color:#f5d5d5;background:#fdf3f3}.dxban-modal-err{margin:12px 0 0;font-size:13px;color:#b91c1c;background:#fdf3f3;border:1px solid #f5d5d5;border-radius:8px;padding:10px 14px}.dxban-modal-note{margin:14px 0 0;font-size:12.5px;line-height:1.6;color:#5a6482}@media (max-width:560px){.dxban{flex-direction:column;align-items:stretch}.dxban-actions{justify-content:flex-start}.dxban-modal-body{padding:16px}}