@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{box-shadow:0 0 #6366f166}70%{box-shadow:0 0 0 10px #6366f100}to{box-shadow:0 0 #6366f100}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-fadeIn{animation:fadeIn .6s ease-out forwards}.animate-slideIn{animation:slideInLeft .5s ease-out forwards}.animate-scaleIn{animation:scaleIn .4s ease-out forwards}.animate-pulse{animation:pulse 2s infinite}.stagger-animation>*{opacity:0;animation:fadeIn .5s ease-out forwards}.stagger-animation>*:nth-child(1){animation-delay:.1s}.stagger-animation>*:nth-child(2){animation-delay:.2s}.stagger-animation>*:nth-child(3){animation-delay:.3s}.stagger-animation>*:nth-child(4){animation-delay:.4s}.stagger-animation>*:nth-child(5){animation-delay:.5s}.stagger-animation>*:nth-child(6){animation-delay:.6s}.stagger-animation>*:nth-child(7){animation-delay:.7s}.stagger-animation>*:nth-child(8){animation-delay:.8s}.stagger-animation>*:nth-child(9){animation-delay:.9s}.stagger-animation>*:nth-child(10){animation-delay:1s}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s infinite}.page-transition{opacity:0;animation:fadeIn .4s ease-out forwards}:root{--primary-color: #2563eb;--primary-dark: #1d4ed8;--primary-light: #3b82f6;--secondary-color: #d97706;--text-color: #1e293b;--text-light: #64748b;--background-color: #ffffff;--background-gray: #f9fafb;--border-color: #e5e7eb;--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .04);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .07), 0 2px 4px -2px rgb(0 0 0 / .05);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .08), 0 4px 6px -4px rgb(0 0 0 / .05);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .08), 0 8px 10px -6px rgb(0 0 0 / .05);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-color);background-color:var(--background-color);line-height:1.6;font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-dark)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--text-color)}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.container{padding:0 16px}}.main-nav.svelte-ie0rcu{background:#fff;border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100;border-top:3px solid var(--primary-color)}.main-nav.svelte-ie0rcu .container:where(.svelte-ie0rcu){display:flex;justify-content:space-between;align-items:center;padding:1rem 24px}.logo.svelte-ie0rcu{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.25rem;color:var(--text-color);letter-spacing:-.01em}.logo-icon.svelte-ie0rcu{width:32px;height:32px}.logo.svelte-ie0rcu:hover{text-decoration:none;color:var(--primary-color)}.nav-links.svelte-ie0rcu{display:flex;gap:2rem;align-items:center}.nav-links.svelte-ie0rcu a:where(.svelte-ie0rcu){color:var(--text-light);font-weight:500;font-size:.9rem;transition:color .2s ease;padding:.5rem 0}.nav-links.svelte-ie0rcu a:where(.svelte-ie0rcu):hover{color:var(--text-color);text-decoration:none}.nav-links.svelte-ie0rcu a.active:where(.svelte-ie0rcu){color:var(--text-color);font-weight:600}.content-wrapper.svelte-ie0rcu{display:flex;max-width:1200px;margin:0 auto;padding:0 1.5rem;gap:3rem}.content-wrapper.with-sidebar.svelte-ie0rcu{padding-top:2.5rem}.sidebar.svelte-ie0rcu{width:200px;flex-shrink:0;position:sticky;top:80px;height:fit-content}.sidebar-nav.svelte-ie0rcu{padding:0}.sidebar-nav.svelte-ie0rcu h3:where(.svelte-ie0rcu){font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin-bottom:.75rem;font-weight:600}.sidebar-nav.svelte-ie0rcu ul:where(.svelte-ie0rcu){list-style:none;padding:0;margin:0}.sidebar-nav.svelte-ie0rcu li:where(.svelte-ie0rcu){margin-bottom:.25rem}.sidebar-nav.svelte-ie0rcu a:where(.svelte-ie0rcu){display:block;padding:.5rem 0;color:var(--text-light);text-decoration:none;font-size:.9rem;border-bottom:1px solid transparent;transition:color .2s ease}.sidebar-nav.svelte-ie0rcu a:where(.svelte-ie0rcu):hover{color:var(--text-color)}.sidebar-nav.svelte-ie0rcu a.active:where(.svelte-ie0rcu){color:var(--text-color);font-weight:500}main.svelte-ie0rcu{min-height:calc(100vh - 140px);flex:1;max-width:100%}footer.svelte-ie0rcu{padding:2.5rem 0;margin-top:4rem;border-top:1px solid var(--border-color)}footer.svelte-ie0rcu .container:where(.svelte-ie0rcu){text-align:center}footer.svelte-ie0rcu p:where(.svelte-ie0rcu){color:var(--text-light);font-size:.875rem;margin:0}@media (max-width: 768px){.nav-links.svelte-ie0rcu{gap:1.25rem}.nav-links.svelte-ie0rcu a:where(.svelte-ie0rcu){font-size:.875rem}.logo.svelte-ie0rcu{font-size:1.125rem}.content-wrapper.svelte-ie0rcu{flex-direction:column;gap:2rem}.sidebar.svelte-ie0rcu{width:100%;position:static}.sidebar-nav.svelte-ie0rcu{padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}}
