.theme-toggle.svelte-1cmi4dh{background:none;border:none;cursor:pointer;padding:var(--space-xs);border-radius:var(--radius-lg);transition:var(--transition-fast)}.theme-toggle.svelte-1cmi4dh:hover{background-color:var(--color-primary-alpha)}.theme-toggle.svelte-1cmi4dh:focus{outline:2px solid var(--color-primary);outline-offset:2px}.toggle-track.svelte-1cmi4dh{width:48px;height:24px;background-color:var(--toggle-bg);border:1px solid var(--toggle-border);border-radius:12px;position:relative;transition:var(--transition-theme)}.toggle-track.dark.svelte-1cmi4dh{background-color:var(--color-primary);border-color:var(--color-primary)}.toggle-handle.svelte-1cmi4dh{width:20px;height:20px;background-color:var(--toggle-handle);border-radius:50%;position:absolute;top:1px;left:1px;transition:var(--transition-theme);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.toggle-handle.dark.svelte-1cmi4dh{transform:translate(24px);background-color:var(--bg-primary)}.toggle-icon.svelte-1cmi4dh{color:var(--text-secondary);display:flex;align-items:center;justify-content:center}.dark.svelte-1cmi4dh .toggle-icon:where(.svelte-1cmi4dh){color:var(--color-primary)}.svelte-1elxaub,.svelte-1elxaub:before,.svelte-1elxaub:after{transition:background-color var(--transition-theme),border-color var(--transition-theme),color var(--transition-theme),box-shadow var(--transition-theme)}.header.svelte-1elxaub{position:fixed;top:0;left:0;right:0;background-color:var(--bg-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:all var(--transition-base);z-index:1000}.header.scrolled.svelte-1elxaub{background-color:var(--bg-primary);border-bottom-color:var(--border-primary);box-shadow:var(--shadow-md)}.nav.svelte-1elxaub{display:flex;align-items:center;justify-content:space-between;height:80px}.logo.svelte-1elxaub a:where(.svelte-1elxaub){display:flex;align-items:center;text-decoration:none;gap:.5rem}.logo.svelte-1elxaub .logo-image:where(.svelte-1elxaub){height:40px;width:auto;margin-right:var(--space-sm);display:block;flex-shrink:0}.logo.svelte-1elxaub .logo-text:where(.svelte-1elxaub){font-family:var(--font-family-secondary);color:var(--color-gray-900);font-weight:var(--font-weight-bold);font-size:var(--font-size-xl)}.nav-links.svelte-1elxaub{display:flex;list-style:none;gap:2rem}@media(max-width:768px){.nav-links.svelte-1elxaub{display:none}}.header-actions.svelte-1elxaub{display:flex;align-items:center;gap:var(--space-md)}.nav-link.svelte-1elxaub{color:var(--text-primary);font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:all var(--transition-fast)}.nav-link.svelte-1elxaub:hover,.nav-link.active.svelte-1elxaub{color:var(--color-primary);background-color:var(--color-primary-alpha)}.mobile-menu-btn.svelte-1elxaub{display:none;flex-direction:column;background:none;border:none;width:24px;height:24px;cursor:pointer;position:relative}@media(max-width:768px){.mobile-menu-btn.svelte-1elxaub{display:flex}}.mobile-menu-btn.svelte-1elxaub span:where(.svelte-1elxaub){display:block;width:100%;height:2px;background-color:var(--text-primary);margin:2px 0;transition:all var(--transition-base);transform-origin:center}.mobile-menu-btn.svelte-1elxaub span:where(.svelte-1elxaub):first-child{margin-top:0}.mobile-menu-btn.svelte-1elxaub span:where(.svelte-1elxaub):last-child{margin-bottom:0}.mobile-menu-btn.open.svelte-1elxaub span:where(.svelte-1elxaub):first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open.svelte-1elxaub span:where(.svelte-1elxaub):nth-child(2){opacity:0}.mobile-menu-btn.open.svelte-1elxaub span:where(.svelte-1elxaub):last-child{transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav.svelte-1elxaub{position:absolute;top:100%;left:0;right:0;background-color:var(--bg-primary);border-bottom:1px solid var(--border-primary);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all var(--transition-base)}@media(min-width:769px){.mobile-nav.svelte-1elxaub{display:none}}.mobile-nav.open.svelte-1elxaub{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav-links.svelte-1elxaub{list-style:none;padding:1.5rem 0}.mobile-nav-link.svelte-1elxaub{display:block;color:var(--text-primary);font-weight:500;padding:1rem 1.5rem;transition:all var(--transition-fast)}.mobile-nav-link.svelte-1elxaub:hover,.mobile-nav-link.active.svelte-1elxaub{color:var(--color-primary);background-color:var(--color-primary-alpha)}.svelte-jz8lnl,.svelte-jz8lnl:before,.svelte-jz8lnl:after{transition:background-color var(--transition-theme),border-color var(--transition-theme),color var(--transition-theme),box-shadow var(--transition-theme)}.footer.svelte-jz8lnl{background-color:var(--bg-tertiary);color:var(--text-primary);padding:4rem 0 1.5rem;border-top:1px solid var(--border-primary)}.footer-content.svelte-jz8lnl{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:1024px){.footer-content.svelte-jz8lnl{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.footer-content.svelte-jz8lnl{grid-template-columns:1fr;gap:1.5rem}}.footer-brand.svelte-jz8lnl .logo-text:where(.svelte-jz8lnl){font-size:1.25rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem;display:block}.footer-brand.svelte-jz8lnl .brand-description:where(.svelte-jz8lnl){color:var(--text-secondary);line-height:1.6;margin-bottom:0}.footer-links.svelte-jz8lnl{display:flex;gap:2rem}@media(max-width:768px){.footer-links.svelte-jz8lnl{flex-direction:column;gap:1.5rem}}.link-section.svelte-jz8lnl .section-title:where(.svelte-jz8lnl){font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.link-section.svelte-jz8lnl .link-list:where(.svelte-jz8lnl){list-style:none}.link-section.svelte-jz8lnl .footer-link:where(.svelte-jz8lnl){color:#d1d5db;line-height:1.8;transition:color .2s ease}.link-section.svelte-jz8lnl .footer-link:where(.svelte-jz8lnl):hover{color:#ff4e10}.footer-contact.svelte-jz8lnl .section-title:where(.svelte-jz8lnl){font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-contact.svelte-jz8lnl .contact-info:where(.svelte-jz8lnl) p:where(.svelte-jz8lnl){color:#d1d5db;margin-bottom:.5rem;line-height:1.6}.footer-contact.svelte-jz8lnl .contact-info:where(.svelte-jz8lnl) p:where(.svelte-jz8lnl):last-child{margin-bottom:0}.footer-bottom.svelte-jz8lnl{border-top:1px solid #374151;padding-top:1.5rem}.footer-bottom.svelte-jz8lnl .copyright:where(.svelte-jz8lnl){text-align:center;color:#9ca3af;margin-bottom:0}:root{--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-tertiary: #f3f4f6;--bg-accent: #e5e7eb;--text-primary: #111827;--text-secondary: #374151;--text-tertiary: #6b7280;--text-inverse: #ffffff;--border-primary: #e5e7eb;--border-secondary: #d1d5db;--border-accent: #9ca3af;--color-primary: #FF4E10;--color-primary-light: #ff6b32;--color-primary-dark: #e6420e;--color-primary-alpha: rgba(255, 78, 16, .1);--color-secondary: #2c5aa0;--color-secondary-light: #4a7bc8;--color-secondary-dark: #1e3f73;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6;--color-white: #ffffff;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-black: #000000;--font-family-primary: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-family-secondary: "Roboto Slab", serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--font-size-6xl: 3.75rem;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--line-height-tight: 1.25;--line-height-snug: 1.375;--line-height-normal: 1.5;--line-height-relaxed: 1.625;--line-height-loose: 2;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--radius-none: 0;--radius-sm: .125rem;--radius-md: .25rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--toggle-bg: var(--bg-tertiary);--toggle-border: var(--border-secondary);--toggle-handle: var(--bg-primary);--toggle-active: var(--color-primary)}:root.dark{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--bg-accent: #475569;--text-primary: #f1f5f9;--text-secondary: #e2e8f0;--text-tertiary: #cbd5e1;--text-inverse: #0f172a;--border-primary: #334155;--border-secondary: #475569;--border-accent: #64748b;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -4px rgba(0, 0, 0, .4);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 8px 10px -6px rgba(0, 0, 0, .5);--color-primary-alpha: rgba(255, 78, 16, .2)}@media(prefers-color-scheme:dark){:root:not(.light):not(.dark){--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--bg-accent: #475569;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--text-inverse: #0f172a;--border-primary: #334155;--border-secondary: #475569;--border-accent: #64748b;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -4px rgba(0, 0, 0, .4);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 8px 10px -6px rgba(0, 0, 0, .5);--color-primary-alpha: rgba(255, 78, 16, .2)}}:root{--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .35s ease;--transition-theme: .2s ease-in-out;--container-max-width: 1200px;--header-height: 80px;--nav-width: 250px}*,*:before,*:after{transition:background-color var(--transition-theme),border-color var(--transition-theme),color var(--transition-theme),box-shadow var(--transition-theme)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#1f2937;scroll-behavior:smooth}body{background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.25rem}@media(max-width:768px){h1{font-size:1.875rem}}h2{font-size:1.875rem}@media(max-width:768px){h2{font-size:1.5rem}}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}p{margin-bottom:1rem}a{color:#ff4e10;text-decoration:none;transition:color .2s ease}a:hover{color:#dc3900}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width:768px){.container{padding:0 1rem}}.section{padding:4rem 0}@media(max-width:768px){.section{padding:3rem 0}}.btn{display:inline-block;padding:1rem 2rem;background-color:#ff4e10;color:#fff;border:none;border-radius:.375rem;font-weight:500;text-align:center;cursor:pointer;transition:all .2s ease}.btn:hover{background-color:#dc3900;transform:translateY(-1px)}.btn--secondary{background-color:transparent;color:#ff4e10;border:2px solid #FF4E10}.btn--secondary:hover{background-color:#ff4e10;color:#fff}.btn--accent{background-color:#ff4e10}.btn--accent:hover{background-color:#dc3900}.text-center{text-align:center}.text-light{color:#6b7280}.mb-0{margin-bottom:0}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}body{background-color:var(--bg-primary);color:var(--text-primary);transition:var(--transition-theme)}:global(.light){color-scheme:light}:global(.dark){color-scheme:dark}.logo-image{aspect-ratio:221/185;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;min-height:32px;max-height:48px}body{margin:0;padding:0}#main-content.svelte-12qhfyh{min-height:calc(100vh - 4rem)}
