.dlg-toast-vp{position:fixed;top:22px;right:22px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.dlg-toast{pointer-events:auto;min-width:260px;max-width:420px;padding:12px 16px;background:#16181d;color:#fff;border-radius:12px;font-size:14px;font-weight:600;line-height:1.5;display:flex;align-items:flex-start;gap:10px;box-shadow:0 12px 32px rgba(0,0,0,.18);animation:dlg-toast-in .18s ease-out}@keyframes dlg-toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dlg-toast-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;background:hsla(0,0%,100%,.18)}.dlg-toast-text{word-break:keep-all;white-space:pre-wrap}.dlg-toast-success{background:#15803d}.dlg-toast-success .dlg-toast-icon{background:hsla(0,0%,100%,.25)}.dlg-toast-warning{background:#b45309}.dlg-toast-warning .dlg-toast-icon{background:hsla(0,0%,100%,.25)}.dlg-toast-error{background:#b91c1c}.dlg-toast-error .dlg-toast-icon{background:hsla(0,0%,100%,.25)}.dlg-overlay{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.42);display:flex;align-items:center;justify-content:center;padding:20px;animation:dlg-fade-in .14s ease-out}@keyframes dlg-fade-in{0%{opacity:0}to{opacity:1}}.dlg-modal{width:100%;max-width:440px;background:#fff;border-radius:16px;padding:24px 24px 20px;box-shadow:0 30px 60px rgba(0,0,0,.22);animation:dlg-modal-in .16s ease-out}@keyframes dlg-modal-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.dlg-title{font-size:16px;font-weight:800;color:#16181d;margin-bottom:8px}.dlg-msg{font-size:14px;line-height:1.6;color:#444;margin-bottom:18px;white-space:pre-wrap}.dlg-input{width:100%;font-family:inherit;font-size:14.5px;padding:11px 13px;border:1.5px solid #d9d9d3;border-radius:10px;outline:none;background:#fff;color:#16181d;transition:border-color .12s;margin-bottom:4px}.dlg-input:focus{border-color:#1a5fff}.dlg-textarea{resize:vertical;min-height:100px;line-height:1.5}.dlg-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5 6 6.5l5-5' stroke='%2316181D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px;padding-right:36px;cursor:pointer}.dlg-error{color:#b3261e;font-size:12.5px;font-weight:600;margin-top:6px}.dlg-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.dlg-btn{font-family:inherit;font-size:13.5px;font-weight:700;padding:9px 18px;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:background .12s,color .12s,border-color .12s,filter .12s}.dlg-btn-ghost{background:transparent;color:#444;border-color:#d9d9d3}.dlg-btn-ghost:hover{background:#f4f4ee}.dlg-btn-primary{background:#1a5fff;color:#fff}.dlg-btn-primary:hover{filter:brightness(.95)}.dlg-btn-primary:disabled{opacity:.45;cursor:not-allowed;filter:none}.dlg-btn-danger{background:#b91c1c;color:#fff}.dlg-btn-danger:hover{filter:brightness(.95)}