@import"https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@700&family=Exo:wght@200;700&family=PT+Mono&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #FF5200;--color-primary-light: #FF9166;--color-secondary: #001F0B;--color-secondary-light: #0A1910;--color-black: #000000;--color-white: #FFFFFF;--color-gray-dark: #333333;--color-gray-light: #DDDDDF;--color-gray-lighter: #E5E5E5;--font-display: "Chakra Petch", sans-serif;--font-heading: "Exo", sans-serif;--font-body: "Exo", sans-serif;--font-mono: "PT Mono", monospace;--font-weight-heading: 700;--font-weight-light: 200}body{font-family:var(--font-body);font-weight:var(--font-weight-light);line-height:1.5;color:var(--color-black);background-color:var(--color-gray-light)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-weight-heading);line-height:1.2}.hero h1{font-family:var(--font-display);font-weight:var(--font-weight-heading)}.timestamp,.metadata,.caption{font-family:var(--font-mono);font-size:.875rem;color:var(--color-gray-dark)}a{text-decoration:none;color:var(--color-primary);transition:color .2s ease}a:hover{color:var(--color-primary-light)}img{max-width:100%;height:auto}.bg-primary{background-color:var(--color-primary);color:var(--color-white)}.bg-secondary{background-color:var(--color-secondary);color:var(--color-white)}.bg-dark{background-color:var(--color-black);color:var(--color-white)}.glitch{position:relative;animation:glitch 8s infinite}.glitch:before,.glitch:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%}.glitch:before{animation:glitch-2 .3s infinite linear alternate-reverse}.glitch:after{animation:glitch-3 .3s infinite linear alternate-reverse}.hero-visual-placeholder{width:100%;height:400px;background:linear-gradient(45deg,var(--color-secondary),var(--color-black));border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--color-white);font-family:var(--font-mono)}.hero-visual-placeholder:after{content:"// IMAGE_PLACEHOLDER";opacity:.7}@keyframes glitch{2%,64%{transform:translate(2px) skew(0)}4%,60%{transform:translate(-2px) skew(0)}62%{transform:translate(0) skew(5deg)}}@keyframes glitch-2{0%{clip-path:inset(40% 0 60% 0);transform:translate(-2px)}to{clip-path:inset(58% 0 42% 0);transform:translate(2px)}}@keyframes glitch-3{0%{clip-path:inset(5% 0 95% 0);transform:translate(2px)}to{clip-path:inset(15% 0 85% 0);transform:translate(-2px)}}.button.svelte-80n0jf{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;border:none;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}.button.svelte-80n0jf:disabled{opacity:.5;cursor:not-allowed}.button.svelte-80n0jf:disabled:hover{transform:none}.primary.svelte-80n0jf{background-color:var(--color-primary);color:var(--color-white)}.secondary.svelte-80n0jf{background-color:var(--color-secondary);color:var(--color-white)}.outline.svelte-80n0jf{background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.button.svelte-80n0jf:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.primary.svelte-80n0jf:not(:disabled):hover{background-color:#d94400}.secondary.svelte-80n0jf:not(:disabled):hover{background-color:#003a1a}.outline.svelte-80n0jf:not(:disabled):hover{background-color:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.small.svelte-80n0jf{font-size:.875rem;padding:.5rem 1rem}.medium.svelte-80n0jf{font-size:1rem;padding:.75rem 1.5rem}.large.svelte-80n0jf{font-size:1.125rem;padding:1rem 2rem}.full-width.svelte-80n0jf{width:100%}.button.svelte-80n0jf:not(:disabled):active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}header.svelte-1xa4dcu{position:fixed;top:0;left:0;width:100%;z-index:100;transition:all .3s ease;background:var(--color-gray-light);border-bottom:1px solid #eee}header.transparent.svelte-1xa4dcu{background:transparent;border-bottom:none}header.scrolled.svelte-1xa4dcu{background:var(--color-gray-light);border-bottom:1px solid var(--color-primary);box-shadow:0 2px 20px #0000001a}.container.svelte-1xa4dcu{max-width:1200px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}.header-brand.svelte-1xa4dcu{display:flex;align-items:center;gap:.5rem}.version.svelte-1xa4dcu{font-family:var(--font-mono);font-size:.75rem;color:var(--color-primary)}.desktop-nav.svelte-1xa4dcu{flex:1;margin:0 2rem}.desktop-nav.svelte-1xa4dcu ul:where(.svelte-1xa4dcu){display:flex;gap:2rem;list-style:none;justify-content:center}.desktop-nav.svelte-1xa4dcu a:where(.svelte-1xa4dcu){position:relative;text-decoration:none;color:var(--color-black);font-weight:500;transition:color .2s;display:inline-block;padding:.5rem 0}header.transparent.svelte-1xa4dcu:not(.scrolled) .desktop-nav:where(.svelte-1xa4dcu) a:where(.svelte-1xa4dcu){color:var(--color-white)}.desktop-nav.svelte-1xa4dcu a:where(.svelte-1xa4dcu):hover{color:var(--color-primary)}.desktop-nav.svelte-1xa4dcu a.active:where(.svelte-1xa4dcu){color:var(--color-primary)}.active-indicator.svelte-1xa4dcu{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color-primary);animation:svelte-1xa4dcu-activeSlide .3s ease}@keyframes svelte-1xa4dcu-activeSlide{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.header-actions.svelte-1xa4dcu{display:flex;align-items:center;gap:1rem}.mobile-menu-toggle.svelte-1xa4dcu{display:none;background:none;border:none;width:24px;height:24px;position:relative;cursor:pointer}.mobile-menu-toggle.svelte-1xa4dcu span:where(.svelte-1xa4dcu){position:absolute;width:20px;height:2px;background:var(--color-black);transition:all .3s ease;left:2px}header.transparent.svelte-1xa4dcu:not(.scrolled) .mobile-menu-toggle:where(.svelte-1xa4dcu) span:where(.svelte-1xa4dcu){background:var(--color-white)}.mobile-menu-toggle.svelte-1xa4dcu span:where(.svelte-1xa4dcu):nth-child(1){top:6px}.mobile-menu-toggle.svelte-1xa4dcu span:where(.svelte-1xa4dcu):nth-child(2){top:11px}.mobile-menu-toggle.svelte-1xa4dcu span:where(.svelte-1xa4dcu):nth-child(3){top:16px}header.mobile-open.svelte-1xa4dcu .mobile-menu-toggle:where(.svelte-1xa4dcu) span:where(.svelte-1xa4dcu):nth-child(1){transform:rotate(45deg);top:11px}header.mobile-open.svelte-1xa4dcu .mobile-menu-toggle:where(.svelte-1xa4dcu) span:where(.svelte-1xa4dcu):nth-child(2){opacity:0}header.mobile-open.svelte-1xa4dcu .mobile-menu-toggle:where(.svelte-1xa4dcu) span:where(.svelte-1xa4dcu):nth-child(3){transform:rotate(-45deg);top:11px}.mobile-nav.svelte-1xa4dcu{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--color-gray-light);border-bottom:1px solid var(--color-primary);padding:2rem 1rem;transform:translateY(-100%);transition:transform .3s ease}.mobile-nav.open.svelte-1xa4dcu{transform:translateY(0)}.mobile-nav.svelte-1xa4dcu ul:where(.svelte-1xa4dcu){list-style:none}.mobile-nav.svelte-1xa4dcu li:where(.svelte-1xa4dcu){margin-bottom:1rem}.mobile-nav.svelte-1xa4dcu a:where(.svelte-1xa4dcu){text-decoration:none;color:var(--color-black);font-weight:500;font-size:1.125rem;display:block;transition:color .2s}.mobile-nav.svelte-1xa4dcu a:where(.svelte-1xa4dcu):hover,.mobile-nav.svelte-1xa4dcu a.active:where(.svelte-1xa4dcu){color:var(--color-primary)}.mobile-cta.svelte-1xa4dcu{margin-top:2rem}@media (max-width: 768px){.desktop-nav.svelte-1xa4dcu{display:none}.mobile-menu-toggle.svelte-1xa4dcu,.mobile-nav.svelte-1xa4dcu{display:block}}.footer.svelte-10lijwy{background-color:var(--color-secondary);color:var(--color-white);padding:4rem 0 2rem}.container.svelte-10lijwy{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-top.svelte-10lijwy{display:flex;flex-wrap:wrap;gap:4rem;margin-bottom:3rem}.footer-brand.svelte-10lijwy{flex:1;min-width:280px}.tagline.svelte-10lijwy{margin-top:1rem;font-weight:var(--font-weight-light);max-width:240px;opacity:.8}.footer-nav.svelte-10lijwy{display:flex;flex-wrap:wrap;gap:4rem}.footer-nav-column.svelte-10lijwy h4:where(.svelte-10lijwy){font-family:var(--font-display);font-size:1rem;margin-bottom:1.5rem;color:var(--color-primary)}.footer-nav-column.svelte-10lijwy ul:where(.svelte-10lijwy){list-style:none}.footer-nav-column.svelte-10lijwy li:where(.svelte-10lijwy){margin-bottom:.75rem}.footer-nav-column.svelte-10lijwy a:where(.svelte-10lijwy){color:var(--color-gray-light);text-decoration:none;transition:color .2s ease}.footer-nav-column.svelte-10lijwy a:where(.svelte-10lijwy):hover{color:var(--color-primary)}.footer-bottom.svelte-10lijwy{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap;gap:1rem}.copyright.svelte-10lijwy{display:flex;align-items:center;gap:1rem;font-size:.875rem;opacity:.7}.metadata.svelte-10lijwy{font-family:var(--font-mono);color:var(--color-primary)}.footer-legal.svelte-10lijwy{display:flex;gap:1.5rem;font-size:.875rem}.footer-legal.svelte-10lijwy a:where(.svelte-10lijwy){color:var(--color-gray-light);text-decoration:none;transition:color .2s ease}.footer-legal.svelte-10lijwy a:where(.svelte-10lijwy):hover{color:var(--color-primary)}@media (max-width: 768px){.footer-top.svelte-10lijwy,.footer-bottom.svelte-10lijwy{flex-direction:column;align-items:flex-start}.footer-top.svelte-10lijwy{gap:2rem}.footer-nav.svelte-10lijwy{width:100%;gap:2rem}.footer-legal.svelte-10lijwy{margin-top:1rem}}.image-container.svelte-1ubz7ob{position:relative;overflow:hidden;display:inline-block}img.svelte-1ubz7ob{display:block;width:100%;height:auto;transition:transform .3s ease}.glitch-overlay.svelte-1ubz7ob{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .1s ease}@keyframes svelte-1ubz7ob-shake{0%{transform:translate(0)}25%{transform:translate(-2px,2px)}50%{transform:translate(2px,-2px)}75%{transform:translate(-2px,-2px)}to{transform:translate(2px,2px)}}.features.svelte-rkoj17{padding:6rem 0;background-color:var(--color-black);color:var(--color-white);position:relative;overflow:hidden}.container.svelte-rkoj17{max-width:1200px;margin:0 auto;padding:0 1rem}.section-header.svelte-rkoj17{margin-bottom:4rem;text-align:center}h2.svelte-rkoj17{font-family:var(--font-display);font-size:2.5rem;margin-bottom:1rem;text-transform:uppercase}.section-metadata.svelte-rkoj17{display:flex;justify-content:center;gap:2rem;font-family:var(--font-mono);font-size:.875rem;color:var(--color-primary)}.features-grid.svelte-rkoj17{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card.svelte-rkoj17{position:relative;background:linear-gradient(135deg,var(--color-secondary) 0%,#000 100%);border:1px solid var(--color-primary);padding:2rem;border-radius:4px;transition:all .3s ease;overflow:hidden}.feature-card.svelte-rkoj17:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ff520033;border-color:var(--color-primary)}.card-header.svelte-rkoj17{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.feature-icon.svelte-rkoj17{width:48px;height:48px;border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative}.feature-icon.svelte-rkoj17 svg:where(.svelte-rkoj17){width:24px;height:24px}.feature-id.svelte-rkoj17{font-family:var(--font-mono);font-size:.875rem;color:var(--color-gray-lighter)}.card-content.svelte-rkoj17 h3:where(.svelte-rkoj17){font-family:var(--font-heading);font-size:1.5rem;margin-bottom:1rem}.card-content.svelte-rkoj17 p:where(.svelte-rkoj17){font-family:var(--font-body);font-weight:var(--font-weight-light);line-height:1.6;color:var(--color-gray-lighter);margin-bottom:1.5rem}.card-metadata.svelte-rkoj17{display:flex;gap:1rem;font-family:var(--font-mono);font-size:.75rem;color:var(--color-primary)}.loading-animation.svelte-rkoj17{display:flex;gap:4px}.loading-dot.svelte-rkoj17{width:4px;height:4px;background:#fff;border-radius:50%;animation:svelte-rkoj17-loadingPulse 1s infinite}@keyframes svelte-rkoj17-loadingPulse{0%,to{opacity:.3}50%{opacity:1}}.card-glitch.svelte-rkoj17{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,82,0,.1) 50%,transparent 100%);transform:translate(-100%);transition:transform .5s ease}.feature-card.svelte-rkoj17:hover .card-glitch:where(.svelte-rkoj17){transform:translate(100%)}@media (max-width: 768px){.features.svelte-rkoj17{padding:4rem 0}h2.svelte-rkoj17{font-size:2rem}.features-grid.svelte-rkoj17{grid-template-columns:1fr}}.home-page.svelte-1j2gawr{width:100%;padding-top:0}.container.svelte-1j2gawr{max-width:1200px;margin:0 auto;padding:0 1rem}.hero.svelte-1j2gawr{position:relative;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;overflow:hidden}.hero-gradient.svelte-1j2gawr{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#001f0be6,#000000b3,#ff52001a)}.hero.svelte-1j2gawr .container:where(.svelte-1j2gawr){position:relative;z-index:1;display:flex;align-items:center;gap:4rem;padding:6rem 1rem}.hero-content.svelte-1j2gawr{flex:1;color:#fff}.content-wrapper.svelte-1j2gawr{max-width:600px}h1.svelte-1j2gawr{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1;text-transform:uppercase;position:relative}.subtitle.svelte-1j2gawr{font-family:var(--font-mono);font-size:1.125rem;margin-bottom:2rem;color:#fffc;letter-spacing:.5px}.hero-buttons.svelte-1j2gawr{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.hero-metadata.svelte-1j2gawr{display:flex;gap:2rem;font-family:var(--font-mono);font-size:.875rem;color:#ff5200cc}.hero-visual.svelte-1j2gawr{flex:1;position:relative}.visual-overlay.svelte-1j2gawr{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 40%,rgba(0,31,11,.8) 100%);pointer-events:none}.glitch.svelte-1j2gawr{position:relative;animation:svelte-1j2gawr-glitch 8s infinite}.glitch.svelte-1j2gawr:before,.glitch.svelte-1j2gawr:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%}.glitch.svelte-1j2gawr:before{clip-path:inset(40% 0 60% 0);transform:translate(-2px);opacity:.8;color:#ff5200}.glitch.svelte-1j2gawr:after{clip-path:inset(58% 0 42% 0);transform:translate(2px);opacity:.8;color:#001f0b}@keyframes svelte-1j2gawr-glitch{0%{transform:translate(0)}2%{transform:translate(-2px)}4%{transform:translate(2px)}6%{transform:translate(0)}to{transform:translate(0)}}.about.svelte-1j2gawr{padding:6rem 0;background-color:var(--color-gray-light);position:relative}.about.svelte-1j2gawr .container:where(.svelte-1j2gawr){display:flex;align-items:center;gap:4rem}.about-content.svelte-1j2gawr{flex:1}.about.svelte-1j2gawr h2:where(.svelte-1j2gawr){margin-bottom:1.5rem;font-size:2.5rem;color:var(--color-black)}.about.svelte-1j2gawr p:where(.svelte-1j2gawr){margin-bottom:2rem;font-size:1.125rem;line-height:1.6;color:var(--color-gray-dark)}.about-metadata.svelte-1j2gawr{display:flex;gap:2rem;margin-bottom:2rem;font-family:var(--font-mono);font-size:.875rem;color:var(--color-primary)}.about-image.svelte-1j2gawr{flex:1}.cta-section.svelte-1j2gawr{padding:6rem 0;text-align:center;background-color:var(--color-secondary);color:#fff;position:relative;overflow:hidden}.cta-section.svelte-1j2gawr .container:where(.svelte-1j2gawr){display:flex;align-items:center;gap:4rem}.cta-content.svelte-1j2gawr{flex:1;text-align:left}.cta-section.svelte-1j2gawr h2:where(.svelte-1j2gawr){font-size:2.5rem;margin-bottom:1rem}.cta-section.svelte-1j2gawr p:where(.svelte-1j2gawr){font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-visual.svelte-1j2gawr{flex:1;height:300px;position:relative}.cta-grid.svelte-1j2gawr{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:1rem}.grid-cell.svelte-1j2gawr{background:var(--color-primary);border-radius:4px;animation:svelte-1j2gawr-pulse 3s infinite}@keyframes svelte-1j2gawr-pulse{0%,to{opacity:.1}50%{opacity:.3}}@media (max-width: 992px){.hero.svelte-1j2gawr .container:where(.svelte-1j2gawr){flex-direction:column;text-align:center;padding:4rem 1rem}.content-wrapper.svelte-1j2gawr{margin:0 auto}.hero-buttons.svelte-1j2gawr,.hero-metadata.svelte-1j2gawr{justify-content:center}.hero-visual.svelte-1j2gawr{width:100%;max-width:600px}.about.svelte-1j2gawr .container:where(.svelte-1j2gawr),.cta-section.svelte-1j2gawr .container:where(.svelte-1j2gawr){flex-direction:column}.cta-content.svelte-1j2gawr{text-align:center}}@media (max-width: 768px){h1.svelte-1j2gawr{font-size:2.5rem}.subtitle.svelte-1j2gawr{font-size:1rem}.hero-buttons.svelte-1j2gawr{flex-direction:column;align-items:center}h2.svelte-1j2gawr{font-size:2rem}.cta-visual.svelte-1j2gawr{height:200px}}.showcase.svelte-1k05igj{max-width:1200px;margin:0 auto;padding:2rem}.hero.svelte-1k05igj{padding:4rem 0;text-align:center}.hero.svelte-1k05igj h1:where(.svelte-1k05igj){font-family:var(--font-display);font-size:2.5rem;margin-bottom:1rem;text-transform:uppercase}.hero.svelte-1k05igj p:where(.svelte-1k05igj){font-size:1.125rem;color:var(--color-gray-dark);max-width:600px;margin:0 auto 2rem}.version-info.svelte-1k05igj{display:flex;justify-content:center;gap:2rem;font-family:var(--font-mono);font-size:.875rem;color:var(--color-primary);margin-bottom:2rem}.component-section.svelte-1k05igj{margin-bottom:4rem}h2.svelte-1k05igj{font-family:var(--font-heading);font-size:1.75rem;margin-bottom:2rem;text-transform:uppercase}.component-grid.svelte-1k05igj{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.component-card.svelte-1k05igj{padding:1.5rem;border:1px solid var(--color-gray-lighter);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:150px;gap:1rem;background:#fff;transition:all .2s ease}.component-card.svelte-1k05igj:hover{border-color:var(--color-primary);box-shadow:0 4px 12px #0000001a}.dark-bg.svelte-1k05igj{background-color:#000;color:#fff}.label.svelte-1k05igj{margin-top:.5rem;font-size:.875rem;color:var(--color-gray-dark);font-family:var(--font-mono)}.dark-bg.svelte-1k05igj .label:where(.svelte-1k05igj){color:var(--color-gray-lighter)}.color-grid.svelte-1k05igj{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.color-card.svelte-1k05igj{display:flex;flex-direction:column;border-radius:4px;overflow:hidden;border:1px solid var(--color-gray-lighter)}.color-sample.svelte-1k05igj{height:100px;width:100%}.color-info.svelte-1k05igj{padding:1rem;background:#fff}.color-name.svelte-1k05igj{display:block;font-weight:500;font-family:var(--font-heading)}.color-value.svelte-1k05igj{display:block;font-family:var(--font-mono);font-size:.875rem;color:var(--color-gray-dark)}.typography-showcase.svelte-1k05igj{display:grid;gap:2rem}.type-sample.svelte-1k05igj{padding:1.5rem;border:1px solid var(--color-gray-lighter);border-radius:4px;background:#fff}@media (max-width: 768px){.showcase.svelte-1k05igj{padding:1rem}.hero.svelte-1k05igj h1:where(.svelte-1k05igj){font-size:2rem}.component-grid.svelte-1k05igj,.color-grid.svelte-1k05igj{grid-template-columns:1fr}}
