.vp-toast-viewport{position:fixed;z-index:2147483000;right:14px;bottom:14px;display:flex;flex-direction:column;gap:10px;width:min(420px,calc(100vw - 28px));pointer-events:none}.vp-toast{pointer-events:auto;position:relative;display:grid;grid-template-columns:22px 1fr 26px;gap:10px;align-items:start;padding:12px;border-radius:14px;background:#fffffff5;border:1px solid rgba(0,0,0,.08);box-shadow:var(--shadow-lg);overflow:hidden;transform:translateY(0);opacity:1;transition:transform .16s ease,opacity .16s ease}.vp-toast.leaving{opacity:0;transform:translateY(8px)}.vp-toast-icon{width:22px;height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:900;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin-top:1px}.vp-toast-success .vp-toast-icon{background:#22a76624;color:#167d4a}.vp-toast-warning .vp-toast-icon{background:#f39c1224;color:#a65f00}.vp-toast-error .vp-toast-icon{background:#e74c3c1f;color:#b02b20}.vp-toast-info .vp-toast-icon{background:#1a4d7a1f;color:var(--color-primary)}.vp-toast-title{font-weight:900;color:var(--color-text);line-height:1.25}.vp-toast-message{margin-top:2px;color:var(--color-text-muted);line-height:1.35;font-size:.92rem}.vp-toast-close{width:26px;height:26px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#fffc;cursor:pointer;color:#0000008c;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center}.vp-toast-close:hover{background:#00000008}.vp-toast-bar{position:absolute;left:0;bottom:0;height:3px;width:100%;background:#0000000f;overflow:hidden}.vp-toast-bar:after{content:"";position:absolute;left:0;top:0;bottom:0;width:100%;transform-origin:left;background:#1a4d7a8c;animation-name:vpToastProgress;animation-timing-function:linear;animation-fill-mode:forwards}.vp-toast-success .vp-toast-bar:after{background:#22a7668c}.vp-toast-warning .vp-toast-bar:after{background:#f39c128c}.vp-toast-error .vp-toast-bar:after{background:#e74c3c8c}@keyframes vpToastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width: 520px){.vp-toast-viewport{right:10px;left:10px;width:auto}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--color-bg);max-height:90vh;display:flex;flex-direction:column}.modal-size-small{width:100%;max-width:400px}.modal-size-medium{width:100%;max-width:560px}.modal-size-large{width:100%;max-width:720px}.modal-size-xlarge{width:100%;max-width:1020px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.modal-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--color-text)}.modal-close{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--color-text-muted);padding:.25rem;transition:color .2s}.modal-close:hover{color:var(--color-text)}.modal-body{padding:1.25rem;overflow-y:auto;flex:1}.modal-footer{padding:1rem 1.25rem;border-top:1px solid var(--color-border);display:flex;gap:.75rem;justify-content:flex-end;align-items:stretch}@media (max-width: 520px){.modal-overlay{padding:.75rem}.modal-header{padding:.9rem 1rem}.modal-body{padding:1rem}.modal-footer{padding:.9rem 1rem;flex-direction:column;align-items:stretch}.modal-footer>*{flex:1 1 auto;width:100%}}
