*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden;position:relative}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;color:#111827;background-color:#f9fafb;min-height:100vh;max-width:100%}a{color:#4f46e5;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}input,button{font-family:inherit}:root{--background: #ffffff;--foreground: #111827;--destructive: #ef4444;--destructive-foreground: #ffffff;--ring: #4f46e5;--toast-width: 360px;--toast-border: #e5e7eb;--toast-background: #ffffff;--toast-text: #111827;--toast-destructive-background: #fef2f2;--toast-destructive-border: #fee2e2;--toast-destructive-text: #991b1b}[data-radix-toast-viewport]{position:fixed;bottom:0;right:0;display:flex;flex-direction:column;padding:1rem;gap:.5rem;width:var(--toast-width);max-width:100vw;margin:0;list-style:none;z-index:9999;outline:none}[data-radix-toast-root]{background-color:var(--toast-background);border-radius:.5rem;box-shadow:0 4px 12px #0000001a;padding:.75rem 1rem;display:grid;grid-template-areas:"title action" "description action";grid-template-columns:auto max-content;-moz-column-gap:.5rem;column-gap:.5rem;align-items:center;border:1px solid var(--toast-border);pointer-events:auto;transition:opacity .4s ease,transform .3s ease}[data-radix-toast-root][data-state=open]{animation:slideIn .15s cubic-bezier(.16,1,.3,1)}[data-radix-toast-root][data-state=closed]{animation:fadeOut .1s ease-in forwards}[data-radix-toast-root][data-variant=destructive]{background-color:var(--toast-destructive-background);border-color:var(--toast-destructive-border);color:var(--toast-destructive-text)}[data-radix-toast-title]{grid-area:title;font-weight:600;font-size:.875rem;line-height:1.25rem;margin-bottom:.25rem;color:inherit}[data-radix-toast-description]{grid-area:description;font-size:.875rem;line-height:1.25rem;color:inherit;opacity:.9}[data-radix-toast-close]{position:absolute;top:.5rem;right:.5rem;padding:.25rem;border-radius:.25rem;color:inherit;opacity:.5;background:transparent;border:none;cursor:pointer}[data-radix-toast-close]:hover{opacity:1}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
