.toast-container.svelte-1cpok13{z-index:1000;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast.svelte-1cpok13{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--r);border-left:4px solid;align-items:center;gap:.75rem;max-width:380px;padding:.75rem 1rem;animation:.2s svelte-1cpok13-slide-in;display:flex;box-shadow:0 4px 12px #00000026}.toast-msg.svelte-1cpok13{flex:1;font-size:.875rem}@keyframes svelte-1cpok13-slide-in{0%{opacity:0;transform:translate(1rem)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--c-primary:var(--Color-Primary-dark_blue);--c-primary-hover:var(--Color-State-HoverPrimary);--c-bg:var(--Color-Neutre-background_1);--c-surface:var(--Color-Neutre-white);--c-border:var(--Color-Neutre-DS_light_grey);--c-text:var(--Color-Text-blacktext);--c-text-muted:var(--Color-Neutre-DS_dark_grey);--c-success:var(--Color-State-success);--c-warning:var(--Color-State-warning);--c-error:var(--Color-State-error);--c-info:var(--Color-State-info);--r:8px;--shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a}html,body{height:100%;color:var(--c-text);background:var(--c-bg);font-family:system-ui,-apple-system,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}.loading-screen{background:var(--c-bg);justify-content:center;align-items:center;height:100vh;display:flex}.spinner{border:3px solid var(--c-border);border-top-color:var(--c-primary);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
