.toast.svelte-c82lj3{position:fixed;bottom:1.5rem;transform:translateY(100%);display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}.toast.visible.svelte-c82lj3{transform:translateY(0);opacity:1}.toast-bottom-center.svelte-c82lj3{left:50%;transform:translate(-50%) translateY(100%)}.toast-bottom-center.visible.svelte-c82lj3{transform:translate(-50%) translateY(0)}.toast-bottom-right.svelte-c82lj3{right:1.5rem}.toast-success.svelte-c82lj3{border-color:#22c55e}.toast-success.svelte-c82lj3 .toast-icon:where(.svelte-c82lj3){color:#22c55e}.toast-error.svelte-c82lj3{border-color:var(--color-danger)}.toast-error.svelte-c82lj3 .toast-icon:where(.svelte-c82lj3){color:var(--color-danger)}.toast-warning.svelte-c82lj3{border-color:#f59e0b}.toast-warning.svelte-c82lj3 .toast-icon:where(.svelte-c82lj3){color:#f59e0b}.toast-icon.svelte-c82lj3{display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-message.svelte-c82lj3{font-size:.875rem;color:var(--color-text)}.toast-close.svelte-c82lj3{display:flex;align-items:center;justify-content:center;padding:.25rem;margin-left:.25rem;background:transparent;border:none;border-radius:4px;color:var(--color-text-muted);cursor:pointer;transition:color .15s,background .15s}.toast-close.svelte-c82lj3:hover{color:var(--color-text);background:var(--color-muted)}.toast-action.svelte-c82lj3{border:none;background:transparent;color:var(--color-accent);font-size:.875rem;font-weight:600;cursor:pointer}:root{--color-bg: #080909;--color-surface: #0E1011;--color-surface-alt: #141718;--color-muted: #1C2021;--color-border: #141718;--color-text: #E6E7E6;--color-text-muted: #8A8F8E;--color-accent: #2FAF9E;--color-accent-alt: #6BD3C3;--color-accent-dim: #13332F;--color-danger: #f87171;--color-warning: #fbbf24;--editor-background-image: url(../../../dark-background.png);--editor-surface: rgba(8, 9, 9, .84);--glass-bg: rgba(0, 0, 0, .55);--glass-blur: 8px;--scrollbar-thumb: #2a2f31;--scrollbar-thumb-hover: #3a4244}[data-theme=light]{--color-bg: #F2F5F4;--color-surface: #ECEFED;--color-surface-alt: #E3E7E6;--color-muted: #D6DCDA;--color-border: #CBD3D1;--color-text: #242A29;--color-text-muted: #4F5C5A;--color-accent: #2FAF9E;--color-accent-alt: #6BD3C3;--color-accent-dim: #E2F2EE;--color-danger: #E5534B;--color-warning: #C98A1A;--editor-background-image: url(../../../light-background.png);--editor-surface: rgba(242, 245, 244, .9);--glass-bg: rgba(255, 255, 255, .58);--glass-blur: 8px;--scrollbar-thumb: #b0bbb9;--scrollbar-thumb-hover: #8a9896}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:var(--color-text);background:var(--color-bg);transition:background-color .2s,color .2s;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}button{font-family:inherit}input,textarea{font-family:inherit;background:var(--color-surface);color:var(--color-text)}.styled-scrollbar{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}.styled-scrollbar::-webkit-scrollbar{width:5px;height:5px}.styled-scrollbar::-webkit-scrollbar-track{background:transparent}.styled-scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:3px}.styled-scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
