:root{--primary-color: #000;--secondary-color: #333;--background-color: #F9F9F7;--surface-color: #fff;--border-color: #eee;--text-color: #111;--text-light-color: #555;--button-border-width: 3px;--section-padding: 60px 0;--container-padding: 0 15px}.page-wrapper.svelte-1d3hs34{display:flex;flex-direction:column;min-height:100vh;background-color:var(--background-color);color:var(--text-color)}.section.svelte-1d3hs34{padding:var(--section-padding)}.section-title.svelte-1d3hs34{font-size:2.2rem;font-weight:700;color:var(--primary-color);margin-bottom:40px;text-align:center}.main-header.svelte-1d3hs34{padding:20px 0;border-bottom:1px solid var(--border-color);position:sticky;top:0;background-color:var(--background-color);z-index:1000}.header-container.svelte-1d3hs34{display:flex;justify-content:space-between;align-items:center;padding:var(--container-padding)}.logo.svelte-1d3hs34{font-weight:700;font-size:1.8rem;color:var(--primary-color)}.logo-link.svelte-1d3hs34{text-decoration:none}.main-nav.desktop-nav.svelte-1d3hs34 ul:where(.svelte-1d3hs34){list-style:none;display:flex}.main-nav.desktop-nav.svelte-1d3hs34 li:where(.svelte-1d3hs34){margin-left:30px}.main-nav.desktop-nav.svelte-1d3hs34 a:where(.svelte-1d3hs34){color:var(--secondary-color);font-size:1rem;padding-bottom:5px}.main-nav.desktop-nav.svelte-1d3hs34 a:where(.svelte-1d3hs34):hover{color:var(--primary-color);border-bottom:2px solid var(--primary-color)}.mobile-fab-opener.svelte-1d3hs34{display:none;background:var(--primary-color);color:var(--surface-color);border:none;width:56px;height:56px;border-radius:0;font-size:24px;cursor:pointer;position:fixed;bottom:20px;right:20px;z-index:1001;box-shadow:0 4px 12px #00000026;align-items:center;justify-content:center}.mobile-nav-popover.svelte-1d3hs34{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.mobile-nav-popover.svelte-1d3hs34 nav:where(.svelte-1d3hs34) ul:where(.svelte-1d3hs34){list-style:none;text-align:center}.mobile-nav-popover.svelte-1d3hs34 nav:where(.svelte-1d3hs34) li:where(.svelte-1d3hs34){margin:25px 0}.mobile-nav-popover.svelte-1d3hs34 nav:where(.svelte-1d3hs34) a:where(.svelte-1d3hs34){color:var(--surface-color);font-size:1.8rem}.mobile-nav-popover.svelte-1d3hs34 nav:where(.svelte-1d3hs34) a:where(.svelte-1d3hs34):hover{text-decoration:underline}.button.svelte-1d3hs34{padding:10px 25px;border-radius:0;border:var(--button-border-width) solid var(--primary-color);background-color:transparent;color:var(--primary-color);cursor:pointer;font-size:1rem;font-weight:500;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s ease}.button.svelte-1d3hs34:hover{background-color:var(--primary-color);color:var(--background-color);border-color:var(--primary-color)}.button.primary-button.svelte-1d3hs34{background-color:var(--primary-color);color:var(--background-color)}.button.primary-button.svelte-1d3hs34:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);color:var(--background-color)}.button.disabled.svelte-1d3hs34{cursor:not-allowed;background-color:var(--border-color);border-color:var(--border-color);color:#333}.button.disabled.svelte-1d3hs34:hover{background-color:var(--border-color);color:var(--secondary-color)}.link-button.svelte-1d3hs34{color:var(--primary-color);text-decoration:underline;font-size:1rem;font-weight:500}.link-button.svelte-1d3hs34:hover{text-decoration:none}.hero-section.svelte-1d3hs34{background-color:var(--background-color);text-align:left;padding-top:80px;padding-bottom:80px}.hero-container.svelte-1d3hs34{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:var(--container-padding)}.hero-content.svelte-1d3hs34{flex:1;max-width:550px}.hero-content.svelte-1d3hs34 h1:where(.svelte-1d3hs34){font-size:3.2rem;font-weight:700;color:var(--primary-color);line-height:1.2;margin-bottom:20px}.hero-subheadline.svelte-1d3hs34{font-size:1.1rem;color:var(--text-light-color);line-height:1.7;margin-bottom:30px}.hero-cta.svelte-1d3hs34{display:flex;align-items:center;gap:20px}.hero-image.svelte-1d3hs34{flex:1;max-width:500px;display:flex;justify-content:center;align-items:center}.apps-section.svelte-1d3hs34{background-color:var(--surface-color)}.apps-grid.svelte-1d3hs34{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.app-card.svelte-1d3hs34{border:1px solid var(--border-color);border-radius:0;padding:25px;background-color:var(--surface-color);display:flex;flex-direction:column}.app-card-header.svelte-1d3hs34{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.app-card.svelte-1d3hs34 h3:where(.svelte-1d3hs34){font-size:1.5rem;font-weight:700;color:var(--primary-color);margin:0}.app-status.svelte-1d3hs34{font-size:.8rem;font-weight:700;padding:4px 8px;border-radius:0;text-transform:uppercase}.app-status.available.svelte-1d3hs34{background-color:#d4edda;color:#155724}.app-status.soon.svelte-1d3hs34{background-color:#fff3cd;color:#856404}.app-status.development.svelte-1d3hs34{background-color:#f8d7da;color:#721c24}.app-description.svelte-1d3hs34{font-size:.95rem;color:var(--text-light-color);line-height:1.6;margin-bottom:20px;flex-grow:1}.app-features-list.svelte-1d3hs34{list-style:none;margin-bottom:20px}.app-features-list.svelte-1d3hs34 li:where(.svelte-1d3hs34){display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--secondary-color);margin-bottom:8px}.app-learn-more.svelte-1d3hs34{margin-top:auto;align-self:flex-start}.features-section.svelte-1d3hs34{background-color:var(--background-color)}.features-grid.svelte-1d3hs34{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;text-align:center}.feature-item.svelte-1d3hs34{padding:20px;display:flex;flex-direction:column;align-items:center}.feature-item.svelte-1d3hs34 h3:where(.svelte-1d3hs34){font-size:1.3rem;font-weight:700;color:var(--primary-color);margin-top:15px;margin-bottom:10px}.feature-item.svelte-1d3hs34 p:where(.svelte-1d3hs34){font-size:.95rem;color:var(--text-light-color);line-height:1.6}.hack-e-showcase-section.svelte-1d3hs34{background-color:var(--surface-color)}.hack-e-showcase-container.svelte-1d3hs34{display:flex;align-items:center;gap:40px}.showcase-text.svelte-1d3hs34{flex:1;max-width:550px}.showcase-text.svelte-1d3hs34 .section-title:where(.svelte-1d3hs34){text-align:left}.showcase-text.svelte-1d3hs34 h3:where(.svelte-1d3hs34){font-size:1.2rem;font-weight:700;margin-top:20px;margin-bottom:10px}.showcase-image-container.svelte-1d3hs34{flex:1;max-width:450px;position:relative;padding:10px;background-color:#1a1a1a;border-radius:0;box-shadow:0 8px 25px #0003;overflow:hidden}.showcase-image-gradient-background.svelte-1d3hs34{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#282828b3,#141414cc);opacity:.5;z-index:0}.showcase-product-screenshot.svelte-1d3hs34{position:relative;z-index:1;max-width:100%;display:block;border-radius:0;box-shadow:0 4px 12px #0000004d;margin:0 auto}.cta-section.svelte-1d3hs34{background-color:var(--primary-color);color:var(--background-color);text-align:center}.cta-section.svelte-1d3hs34 .section-title:where(.svelte-1d3hs34){color:var(--background-color)}.cta-section.svelte-1d3hs34 p:where(.svelte-1d3hs34){font-size:1.1rem;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons.svelte-1d3hs34{display:flex;justify-content:center;gap:20px;margin-bottom:20px}.cta-buttons.svelte-1d3hs34 .button:where(.svelte-1d3hs34){background-color:var(--background-color);color:var(--primary-color);border:var(--button-border-width) solid var(--primary-color)}.cta-buttons.svelte-1d3hs34 .button:where(.svelte-1d3hs34):hover{background-color:var(--surface-color);border-color:var(--primary-color);color:var(--primary-color)}.main-footer.svelte-1d3hs34{padding:20px 0;text-align:center;font-size:.9rem;color:var(--text-light-color);border-top:1px solid var(--border-color);display:flex;align-items:center;justify-content:center}.footer-container.svelte-1d3hs34{padding:var(--container-padding);display:flex;flex-flow:column;justify-content:center;align-items:center;text-align:center}.footer-links.svelte-1d3hs34{margin-top:10px}.footer-links.svelte-1d3hs34 a:where(.svelte-1d3hs34){color:var(--text-light-color);margin:0 8px}.footer-links.svelte-1d3hs34 a:where(.svelte-1d3hs34):hover{color:var(--primary-color);text-decoration:underline}@media (max-width: 992px){.section-title.svelte-1d3hs34{font-size:2rem}.hero-container.svelte-1d3hs34{flex-direction:column;text-align:center}.hero-content.svelte-1d3hs34{max-width:100%;order:2}.hero-image.svelte-1d3hs34{order:1;margin-bottom:30px;max-width:400px}.hero-content.svelte-1d3hs34 h1:where(.svelte-1d3hs34){font-size:2.8rem}.hero-cta.svelte-1d3hs34{justify-content:center}.hack-e-showcase-container.svelte-1d3hs34{flex-direction:column;text-align:center}.showcase-text.svelte-1d3hs34 .section-title:where(.svelte-1d3hs34){text-align:center}.showcase-text.svelte-1d3hs34{order:2;max-width:100%;margin-top:30px}.showcase-image-container.svelte-1d3hs34{order:1}}@media (max-width: 767px){.section-title.svelte-1d3hs34{font-size:1.8rem}.desktop-nav.svelte-1d3hs34{display:none}.mobile-fab-opener.svelte-1d3hs34{display:flex}.logo.svelte-1d3hs34{font-size:1.6rem}.hero-content.svelte-1d3hs34 h1:where(.svelte-1d3hs34){font-size:2.3rem}.hero-subheadline.svelte-1d3hs34{font-size:1rem}.hero-cta.svelte-1d3hs34{flex-direction:column;gap:15px}.hero-image.svelte-1d3hs34{max-width:300px}.apps-grid.svelte-1d3hs34,.features-grid.svelte-1d3hs34{grid-template-columns:1fr}.cta-buttons.svelte-1d3hs34{flex-direction:column;gap:15px}.cta-section.svelte-1d3hs34 p:where(.svelte-1d3hs34){font-size:1rem}}.explore-hacke-button.svelte-1d3hs34{margin-top:20px}
