.toast-container[data-v-65f50112]{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:calc(100vw - 2rem);width:max-content;pointer-events:none}.toast[data-v-65f50112]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.75rem;font-size:.875rem;font-weight:500;box-shadow:0 4px 16px #00000026;cursor:pointer;pointer-events:all;color:#fff;max-width:320px}.toast.success[data-v-65f50112]{background:#10b981}.toast.error[data-v-65f50112]{background:#ef4444}.toast.info[data-v-65f50112]{background:#3b82f6}.toast-icon[data-v-65f50112]{font-weight:700}.toast-enter-active[data-v-65f50112],.toast-leave-active[data-v-65f50112]{transition:all .3s ease}.toast-enter-from[data-v-65f50112]{opacity:0;transform:translateY(-12px) scale(.95)}.toast-leave-to[data-v-65f50112]{opacity:0;transform:translateY(-8px) scale(.95)}:root{--color-primary: #3B82F6;--color-primary-dark: #2563EB;--color-bg: #ffffff;--color-bg-secondary: #F3F4F6;--color-text: #111827;--color-text-secondary: #6B7280;--color-border: #E5E7EB;--color-bubble-out: #3B82F6;--color-bubble-in: #F3F4F6;--color-bubble-out-text: #ffffff;--color-bubble-in-text: #111827}.dark{--color-bg: #111827;--color-bg-secondary: #1F2937;--color-text: #F9FAFB;--color-text-secondary: #9CA3AF;--color-border: #374151;--color-bubble-in: #1F2937;--color-bubble-in-text: #F9FAFB}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);height:100dvh;overflow:hidden}#app{height:100dvh;display:flex;flex-direction:column}a{color:var(--color-primary);text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea{font-family:inherit}
