.toast-container.svelte-16oeye1{position:fixed;bottom:var(--space-6);right:var(--space-6);z-index:var(--z-toast);display:flex;flex-direction:column;gap:var(--space-2);max-width:400px}.toast.svelte-16oeye1{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:#1a1822d9;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);animation:svelte-16oeye1-slide-in .28s var(--ease-spring);font-size:var(--text-sm)}.toast-icon.svelte-16oeye1{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.success.svelte-16oeye1 .toast-icon:where(.svelte-16oeye1){background:var(--color-success);color:#000}.error.svelte-16oeye1 .toast-icon:where(.svelte-16oeye1){background:var(--color-error);color:#fff}.info.svelte-16oeye1 .toast-icon:where(.svelte-16oeye1){background:var(--color-accent);color:#fff}.warning.svelte-16oeye1 .toast-icon:where(.svelte-16oeye1){background:var(--color-warning);color:#000}.toast-message.svelte-16oeye1{flex:1;color:var(--color-text-primary)}.toast-close.svelte-16oeye1{background:none;border:none;color:var(--color-text-tertiary);cursor:pointer;font-size:1.1rem;padding:0;line-height:1}.toast-close.svelte-16oeye1:hover{color:var(--color-text-primary)}@keyframes svelte-16oeye1-slide-in{0%{opacity:0;transform:translateY(12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.toast-container.svelte-16oeye1{left:var(--space-4);right:var(--space-4);bottom:var(--space-4);max-width:none}}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-cyrillic-wght-normal.DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-greek-ext-wght-normal.DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-greek-wght-normal.CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-vietnamese-wght-normal.CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-latin-ext-wght-normal.DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./inter-latin-wght-normal.Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-bg-base: #0a0910;--color-bg-raised: #131119;--color-bg-overlay: #1a1822;--color-bg-subtle: #221f2c;--color-border: #24222e;--color-border-hover: #32303c;--color-border-focus: #f43f5e;--color-text-primary: #f4f0ec;--color-text-secondary: #9b96a8;--color-text-tertiary: #5e596b;--color-accent: #f43f5e;--color-accent-2: #fb923c;--color-accent-hover: #e11d48;--color-accent-subtle: #2a121c;--gradient-accent: linear-gradient(135deg, #f43f5e 0%, #fb923c 100%);--color-success: #22c55e;--color-warning: #fbbf24;--color-error: #ef4444;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--shadow-md: 0 8px 24px rgba(0, 0, 0, .4);--shadow-lg: 0 24px 60px rgba(0, 0, 0, .55);--shadow-glow: 0 0 0 1px rgba(244, 63, 94, .4), 0 8px 32px rgba(244, 63, 94, .18);--font-sans: "Inter Variable", "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: .9375rem;--text-lg: 1.125rem;--text-xl: 1.5rem;--text-2xl: 2rem;--text-3xl: 2.75rem;--text-4xl: 3.75rem;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--transition-fast: .12s var(--ease-out);--transition-base: .2s var(--ease-out);--z-dropdown: 100;--z-modal: 200;--z-toast: 300}html{background:var(--color-bg-base)}body{margin:0;font-family:var(--font-sans);background:radial-gradient(ellipse 900px 500px at 12% -10%,rgba(244,63,94,.1),transparent 55%),radial-gradient(ellipse 700px 400px at 92% 110%,rgba(251,146,60,.06),transparent 60%),var(--color-bg-base);background-attachment:fixed;color:var(--color-text-secondary);font-size:var(--text-base);line-height:1.55;font-feature-settings:"cv11","ss01","ss03";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;min-height:100vh;overscroll-behavior-y:none}*{box-sizing:border-box}h1,h2,h3,h4{color:var(--color-text-primary);letter-spacing:-.02em;font-weight:600}h1{letter-spacing:-.03em}a{color:var(--color-text-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent)}*:focus{outline:none}*:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}::selection{background:var(--color-accent);color:#fff}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.loading.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;height:100vh}.loading-spinner.svelte-12qhfyh{width:24px;height:24px;border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:svelte-12qhfyh-spin .6s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}
