@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-accent: #f1f5f9;--text-primary: #0f172a;--text-secondary: #64748b;--border-light: #e2e8f0;--brand-blue: #3b82f6;--brand-blue-hover: #2563eb;--brand-green: #10b981;--brand-gold: #fbbf24;--radius-sm: .375rem;--radius-md: .75rem;--radius-lg: 1.25rem;--radius-full: 9999px;--shadow-soft: 0 4px 6px -1px rgb(0 0 0 / .05), 0 2px 4px -2px rgb(0 0 0 / .05);--shadow-glow: 0 0 15px rgba(59, 130, 246, .2);--transition-default: all .2s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;background:none;cursor:pointer}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn-primary{background:var(--brand-blue);color:#fff;padding:.75rem 1.25rem;border-radius:var(--radius-md);font-weight:600;transition:var(--transition-default);display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:hover{background:var(--brand-blue-hover);box-shadow:var(--shadow-glow)}.btn-secondary{background:var(--bg-accent);color:var(--text-primary);padding:.75rem 1.25rem;border-radius:var(--radius-md);font-weight:600;transition:var(--transition-default);display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-secondary:hover{background:#475569}.top-nav.svelte-11zhvzk{position:sticky;top:0;height:4rem;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);z-index:60;display:flex;align-items:center;padding:0 1.5rem}.nav-content.svelte-11zhvzk{width:100%;display:flex;justify-content:space-between;align-items:center}.nav-left.svelte-11zhvzk{display:flex;align-items:center;gap:1rem}.hamburger.svelte-11zhvzk{display:none;color:var(--text-primary);padding:.5rem;margin-left:-.5rem;border-radius:var(--radius-md);transition:var(--transition-default)}.hamburger.svelte-11zhvzk:hover{background:var(--bg-accent)}.logo.svelte-11zhvzk{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo.svelte-11zhvzk h1:where(.svelte-11zhvzk){font-size:1.125rem;font-weight:700;letter-spacing:-.025em}.links.svelte-11zhvzk{display:flex;align-items:center;gap:.5rem}.nav-link.svelte-11zhvzk{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);border-radius:var(--radius-full);transition:var(--transition-default)}.nav-link.svelte-11zhvzk:hover{color:var(--text-primary);background:var(--bg-accent)}.nav-link.active.svelte-11zhvzk{color:var(--brand-blue);background:#3b82f61a}.actions.svelte-11zhvzk{display:flex;align-items:center;gap:1rem}@media(max-width:1024px){.desktop-only.svelte-11zhvzk,.actions.svelte-11zhvzk{display:none}.hamburger.svelte-11zhvzk{display:block}.top-nav.svelte-11zhvzk{padding:0 1rem}}.nav-overlay.svelte-1e09pin{display:none;position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100}.mobile-nav.svelte-1e09pin{display:none;position:fixed;left:0;top:0;width:100vw;height:100vh;background:var(--bg-primary);z-index:110;flex-direction:column;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-nav.open.svelte-1e09pin{transform:translate(0)}.nav-top.svelte-1e09pin{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-light)}.logo.svelte-1e09pin{display:flex;align-items:center;gap:.5rem}.logo.svelte-1e09pin h2:where(.svelte-1e09pin){font-size:1.125rem;font-weight:700}.close-btn.svelte-1e09pin{color:var(--text-primary);padding:.5rem;border-radius:var(--radius-md);transition:var(--transition-default);margin-right:-.5rem}.close-btn.svelte-1e09pin:hover{background:var(--bg-accent)}.nav-links.svelte-1e09pin{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem}.nav-link.svelte-1e09pin{padding:1rem;font-size:1.25rem;font-weight:600;color:var(--text-secondary);border-radius:var(--radius-md);text-decoration:none;transition:var(--transition-default)}.nav-link.svelte-1e09pin:hover{background:var(--bg-accent);color:var(--text-primary)}.nav-link.active.svelte-1e09pin{background:#3b82f61a;color:var(--brand-blue)}@media(max-width:1024px){.mobile-nav.svelte-1e09pin{display:flex}.nav-overlay.svelte-1e09pin{display:block}}.toast-container.svelte-cqwvc2{position:fixed;top:4.5rem;right:1rem;z-index:300;display:flex;flex-direction:column;gap:.5rem;pointer-events:none;max-width:380px}.toast.svelte-cqwvc2{pointer-events:auto;display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;cursor:pointer;animation:svelte-cqwvc2-toastIn .3s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 24px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08)}@keyframes svelte-cqwvc2-toastIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.toast.success.svelte-cqwvc2{background:#108fb926;color:#000;border-color:#108fb940}.toast.error.svelte-cqwvc2{background:#ef444426;color:#fca5a5;border-color:#ef444440}.toast.info.svelte-cqwvc2{background:#3b82f626;color:#93c5fd;border-color:#3b82f640}.toast-icon.svelte-cqwvc2{font-weight:800;font-size:1rem;line-height:1;flex-shrink:0}.toast.success.svelte-cqwvc2 .toast-icon:where(.svelte-cqwvc2){color:#000}.toast.error.svelte-cqwvc2 .toast-icon:where(.svelte-cqwvc2){color:#f87171}.toast.info.svelte-cqwvc2 .toast-icon:where(.svelte-cqwvc2){color:#60a5fa}.toast-message.svelte-cqwvc2{line-height:1.35}@media(max-width:640px){.toast-container.svelte-cqwvc2{left:1rem;right:1rem;max-width:none}}.app-layout.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.app-body.svelte-12qhfyh{display:flex;flex:1;width:100%;overflow-x:hidden}main.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;padding:2rem;min-height:calc(100vh - 4rem);min-width:0;overflow-x:hidden}@media(max-width:1024px){main.svelte-12qhfyh{margin-left:0;padding:1rem .75rem}}
