@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@500;600;700&display=swap";:root{--primary: #111144;--primary-light: #1a1a5c;--primary-dark: #0a0a2e;--accent: #FFB300;--accent-light: #FFC233;--accent-dark: #E6A200;--success: #16a34a;--success-light: #dcfce7;--danger: #dc2626;--danger-light: #fef2f2;--warning: #f59e0b;--warning-light: #fffbeb;--info: #3b82f6;--info-light: #eff6ff;--bg: #f8f9fc;--bg-alt: #f0f2f5;--surface: #ffffff;--surface-hover: #f5f6fa;--border: #e2e5ee;--border-light: #eef0f5;--text: #1a1a2e;--text-secondary: #6b7280;--text-muted: #9ca3af;--text-inverse: #ffffff;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .05);--radius-sm: 6px;--radius: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Poppins", "Inter", system-ui, sans-serif;--sidebar-width: 260px;--sidebar-collapsed: 72px;--header-height: 64px;--transition: .15s ease;--transition-slow: .3s ease}:root.dark{--bg: #0a0a1a;--bg-alt: #111128;--surface: #161630;--surface-hover: #1e1e42;--border: #2a2a4a;--border-light: #222244;--text: #e8e8f0;--text-secondary: #a0a0b8;--text-muted: #6b6b88;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.3}a{color:var(--accent);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--accent-dark)}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent);color:var(--primary)}.toast-container.svelte-zemmny{position:fixed;top:16px;right:16px;z-index:9999;display:flex;flex-direction:column;gap:8px;max-width:400px}.toast.svelte-zemmny{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius);box-shadow:var(--shadow-lg);animation:svelte-zemmny-slideIn .2s ease;font-size:14px}.toast-success.svelte-zemmny{background:var(--success);color:#fff}.toast-error.svelte-zemmny{background:var(--danger);color:#fff}.toast-warning.svelte-zemmny{background:var(--warning);color:#1a1a2e}.toast-info.svelte-zemmny{background:var(--info);color:#fff}.toast-icon.svelte-zemmny{font-size:16px;flex-shrink:0}.toast-message.svelte-zemmny{flex:1}.toast-close.svelte-zemmny{background:none;border:none;color:inherit;opacity:.7;font-size:14px;padding:4px;line-height:1}.toast-close.svelte-zemmny:hover{opacity:1}@keyframes svelte-zemmny-slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}
