@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;700;800&display=swap";.toast.svelte-1cpok13{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--radius-lg);background:var(--color-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--color-text);box-shadow:var(--shadow-lg);min-width:300px;max-width:400px;pointer-events:auto;border:1px solid var(--color-border);animation:svelte-1cpok13-slideIn .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateZ(0);will-change:transform,opacity}.toast.success.svelte-1cpok13{border-left:4px solid var(--color-secondary)}.toast.success.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){color:var(--color-secondary)}.toast.error.svelte-1cpok13{border-left:4px solid var(--color-danger)}.toast.error.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){color:var(--color-danger)}.toast.info.svelte-1cpok13{border-left:4px solid var(--color-primary)}.toast.info.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){color:var(--color-primary)}.toast.warning.svelte-1cpok13{border-left:4px solid var(--color-accent)}.toast.warning.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){color:var(--color-accent)}.toast.svelte-1cpok13 .toast-content:where(.svelte-1cpok13){display:flex;align-items:center;gap:var(--spacing-md);flex:1;z-index:1}.toast.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){font-size:1.25rem;display:flex;align-items:center}.toast.svelte-1cpok13 .toast-message:where(.svelte-1cpok13){flex:1;font-weight:500;line-height:1.4;margin:0}.toast.svelte-1cpok13 .toast-close:where(.svelte-1cpok13){background:transparent;border:none;color:var(--color-text-light);cursor:pointer;padding:var(--spacing-xs);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast);font-size:1.25rem;line-height:1}.toast.svelte-1cpok13 .toast-close:where(.svelte-1cpok13):hover{background:var(--color-surface-hover);color:var(--color-text)}.toast.svelte-1cpok13 .toast-progress:where(.svelte-1cpok13){position:absolute;bottom:0;left:0;height:3px;background:var(--color-primary);opacity:.3;transition:width .1s linear}@media(max-width:768px){.toast.svelte-1cpok13{min-width:100%;max-width:100%;border-radius:0}}@keyframes svelte-1cpok13-slideIn{0%{opacity:0;transform:translateY(100%) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.toast-container.svelte-cqwvc2{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;pointer-events:none;will-change:contents}.toast-container.svelte-cqwvc2 .toast{pointer-events:auto}@media(max-width:768px){.toast-container.svelte-cqwvc2{top:auto;bottom:1rem;left:1rem;right:1rem;width:calc(100% - 2rem)}}.theme-toggle.svelte-1cmi4dh{background:transparent;border:1px solid var(--color-border);color:var(--color-text-light);padding:8px;border-radius:var(--radius-full);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.theme-toggle.svelte-1cmi4dh:hover{background:var(--color-surface-hover);color:var(--color-primary);border-color:var(--color-primary)}.theme-toggle.svelte-1cmi4dh svg:where(.svelte-1cmi4dh){display:block}:root{--color-primary: #6366f1;--color-primary-hover: #4f46e5;--color-primary-light: #e0e7ff;--color-secondary: #10b981;--color-secondary-hover: #059669;--color-accent: #f59e0b;--color-accent-hover: #d97706;--color-danger: #ef4444;--color-danger-hover: #dc2626;--color-background: #f8fafc;--color-surface: #ffffff;--color-surface-hover: #f1f5f9;--color-text: #1e293b;--color-text-light: #64748b;--color-text-lighter: #94a3b8;--color-border: #e2e8f0;--color-navbar-bg: rgba(255, 255, 255, .8);--gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--gradient-shiny: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--z-navbar: 100;--z-modal: 1000;--z-toast: 2000}:root.dark{--color-primary: #818cf8;--color-primary-hover: #6366f1;--color-primary-light: #312e81;--color-secondary: #34d399;--color-secondary-hover: #10b981;--color-accent: #fbbf24;--color-accent-hover: #f59e0b;--color-danger: #f87171;--color-danger-hover: #ef4444;--color-background: #0f172a;--color-surface: #1e293b;--color-surface-hover: #334155;--color-text: #f8fafc;--color-text-light: #cbd5e1;--color-text-lighter: #94a3b8;--color-border: #334155;--color-navbar-bg: rgba(15, 23, 42, .8);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .3);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .3), 0 2px 4px -2px rgb(0 0 0 / .3);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .3), 0 4px 6px -4px rgb(0 0 0 / .3);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .3), 0 8px 10px -6px rgb(0 0 0 / .3)}:root{--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Outfit", var(--font-sans);--font-mono: "JetBrains Mono", "Fira Code", monospace}body{font-family:var(--font-sans);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--color-text)}h1{font-size:2.5rem;letter-spacing:-.025em}h2{font-size:2rem;letter-spacing:-.025em}h3{font-size:1.5rem;letter-spacing:-.025em}p{margin-bottom:1rem}small{font-size:.875rem;color:var(--color-text-light)}*{margin:0;padding:0;box-sizing:border-box}body{display:flex;flex-direction:column;min-height:100vh;background-color:var(--color-background);color:var(--color-text)}a{text-decoration:none;color:inherit;transition:color var(--transition-fast)}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md);width:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-text-lighter);border-radius:var(--radius-full);border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--color-text-light);border:2px solid transparent;background-clip:content-box}.navbar.svelte-12qhfyh{background:var(--color-navbar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);padding:var(--spacing-md) 0;position:sticky;top:0;z-index:var(--z-navbar);transition:opacity var(--transition-normal),all var(--transition-normal)}.navbar.svelte-12qhfyh .container:where(.svelte-12qhfyh){display:flex;justify-content:space-between;align-items:center}.navbar.svelte-12qhfyh .brand:where(.svelte-12qhfyh){display:flex;align-items:center;gap:var(--spacing-sm);font-size:1.5rem;font-weight:800;color:var(--color-primary);text-decoration:none;font-family:var(--font-heading)}.navbar.svelte-12qhfyh .brand:where(.svelte-12qhfyh) .logo:where(.svelte-12qhfyh){font-size:2rem;filter:drop-shadow(0 2px 4px rgba(99,102,241,.3))}.navbar.svelte-12qhfyh .nav-links:where(.svelte-12qhfyh){display:flex;align-items:center;gap:var(--spacing-xl)}.navbar.svelte-12qhfyh .nav-links:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){color:var(--color-text-light);font-weight:500;text-decoration:none;transition:color var(--transition-fast);position:relative}.navbar.svelte-12qhfyh .nav-links:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover,.navbar.svelte-12qhfyh .nav-links:where(.svelte-12qhfyh) a.active:where(.svelte-12qhfyh){color:var(--color-primary)}.navbar.svelte-12qhfyh .nav-links:where(.svelte-12qhfyh) a.active:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--color-primary);border-radius:var(--radius-full)}.navbar.svelte-12qhfyh .nav-links:where(.svelte-12qhfyh) .btn-primary:where(.svelte-12qhfyh){background:var(--color-primary);color:#fff;padding:var(--spacing-sm) var(--spacing-lg);border-radius:var(--radius-full);font-weight:600;box-shadow:var(--shadow-md);transition:all var(--transition-fast)}.navbar.svelte-12qhfyh .nav-links:where(.svelte-12qhfyh) .btn-primary:where(.svelte-12qhfyh):hover{background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-lg);color:#fff}.navbar.svelte-12qhfyh .user-menu:where(.svelte-12qhfyh){display:flex;align-items:center;gap:var(--spacing-md)}.navbar.svelte-12qhfyh .user-menu:where(.svelte-12qhfyh) .user-email:where(.svelte-12qhfyh){color:var(--color-text-light);font-size:.875rem;font-weight:600}.navbar.svelte-12qhfyh .user-menu:where(.svelte-12qhfyh) .btn-logout:where(.svelte-12qhfyh){background:transparent;border:1px solid var(--color-border);color:var(--color-text-light);padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);font-size:.875rem;font-weight:500}.navbar.svelte-12qhfyh .user-menu:where(.svelte-12qhfyh) .btn-logout:where(.svelte-12qhfyh):hover{border-color:var(--color-danger);color:var(--color-danger);background:#ef44440d}main.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.page-transition-wrapper.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;width:100%}.page-footer.svelte-12qhfyh{background:var(--color-surface);padding:var(--spacing-xl) 0;border-top:1px solid var(--color-border);position:sticky;bottom:0;z-index:var(--z-navbar);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.page-footer.svelte-12qhfyh .container:where(.svelte-12qhfyh){text-align:center}.page-footer.svelte-12qhfyh .version-signature:where(.svelte-12qhfyh){color:var(--color-text-lighter);font-size:.875rem;font-family:var(--font-mono)}.page-footer.svelte-12qhfyh .version-signature:where(.svelte-12qhfyh):before{content:"⚡ ";opacity:.8}
