*,:after,:before{box-sizing:border-box}:root{--accent:#007f76;--accent-lift:#0a8177;--accent-ink:#fff;--accent-soft:rgba(0,127,118,.12);--warn:#b9791a;--ink:#10302e;--ground:#f6f8f7;--text:#1b2b29;--text-mid:#4a5a57;--text-dim:#64726f;--text-faint:#94a19e;--surface:#fff;--surface-2:#eef2f1;--border:#e3e9e7;--bg-deep:#edf1f0}body,html{margin:0;padding:0;background:var(--ground);color:#2c3a39;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit}.vw-toasts{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);display:flex;flex-direction:column;gap:8px;z-index:200;pointer-events:none}.vw-toast{min-width:220px;max-width:380px;padding:12px 18px;border-radius:11px;font-size:13.5px;font-weight:500;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.18);animation:vw-toast-in .22s ease}.vw-toast--success{background:#12857a}.vw-toast--error{background:#c0392b}.vw-toast--warning{background:#c98a1a}.vw-toast--info{background:#2c3a39}@keyframes vw-toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.vw-toast{animation:none}}