header.svelte-1elxaub{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--panel);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a}.container.svelte-1elxaub{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:5rem;position:relative}.logo.svelte-1elxaub{display:flex;align-items:center}.brand.svelte-1elxaub{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text);transition:color .2s ease;background:none;border:none;cursor:pointer;font-family:inherit}.brand.svelte-1elxaub:hover{color:var(--accent);text-decoration:none}.brand-logo.svelte-1elxaub{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;position:relative}.logo-image.svelte-1elxaub{width:100%;height:100%;object-fit:contain;position:absolute;top:0;left:0;transition:opacity .2s ease}[data-theme=light] .logo-dark.svelte-1elxaub,html:not([data-theme]) .logo-dark.svelte-1elxaub{opacity:0}[data-theme=light] .logo-light.svelte-1elxaub,html:not([data-theme]) .logo-light.svelte-1elxaub{opacity:1}[data-theme=dark] .logo-light.svelte-1elxaub{opacity:0}[data-theme=dark] .logo-dark.svelte-1elxaub{opacity:1}.brand-text-section.svelte-1elxaub{display:flex;flex-direction:column}.brand-text.svelte-1elxaub{font-size:1.75rem;font-weight:700;color:var(--accent);line-height:1}.brand-tagline.svelte-1elxaub{font-size:.9rem;font-weight:400;color:var(--muted);line-height:1;margin-top:.125rem;letter-spacing:.05em}.desktop-nav.svelte-1elxaub{display:flex;align-items:center;position:absolute;left:50%;transform:translate(-50%)}.mobile-menu-btn.svelte-1elxaub{display:none;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s ease;z-index:1001;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation;right:.75rem}.mobile-menu-btn.open.svelte-1elxaub{position:fixed;right:.75rem;top:calc(env(safe-area-inset-top) + .75rem);z-index:3001}.mobile-menu-btn.svelte-1elxaub:hover{background:var(--border)}.hamburger.svelte-1elxaub{display:flex;flex-direction:column;width:24px;height:18px;justify-content:space-between}.hamburger.svelte-1elxaub span:where(.svelte-1elxaub){display:block;height:2px;width:100%;background:var(--text);border-radius:1px;transition:transform .25s ease,opacity .2s ease,background-color .3s ease;transform-origin:center}.hamburger.open.svelte-1elxaub span:where(.svelte-1elxaub):nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open.svelte-1elxaub span:where(.svelte-1elxaub):nth-child(2){opacity:0}.hamburger.open.svelte-1elxaub span:where(.svelte-1elxaub):nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-fullscreen.svelte-1elxaub{position:fixed;inset:0;background:var(--panel);z-index:2000;display:block;width:100vw;height:100dvh;min-height:100vh;overflow:hidden;outline:none;overflow-x:hidden}.mobile-menu-content.svelte-1elxaub{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100vw;height:100dvh;min-height:100vh;max-width:none;padding:6rem 1.25rem calc(max(2rem,env(safe-area-inset-bottom)) + 80px);box-sizing:border-box;background:transparent;border-radius:0;margin:0;box-shadow:none}.mobile-backdrop.svelte-1elxaub{position:absolute;inset:0;background:transparent;border:0;padding:0;margin:0;cursor:default}.mobile-nav.svelte-1elxaub ul:where(.svelte-1elxaub){display:flex;flex-direction:column;list-style:none;margin:0;padding:0;align-items:center;gap:2rem;width:100%}.mobile-nav.svelte-1elxaub{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.mobile-nav.svelte-1elxaub li:where(.svelte-1elxaub){width:100%;text-align:center}.mobile-nav-link.svelte-1elxaub{font-weight:600;font-size:2rem;color:var(--text);text-decoration:none;padding:1rem 2rem;transition:all .3s ease;position:relative;background:none;border:none;cursor:pointer;font-family:inherit;width:100%;border-radius:12px;letter-spacing:-.02em}.mobile-nav-link.svelte-1elxaub:hover{color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent);transform:translateY(-2px)}.mobile-nav-link.active.svelte-1elxaub{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}.mobile-theme-icon-btn.svelte-1elxaub{position:fixed;left:.75rem;top:calc(env(safe-area-inset-top) + .75rem);width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--border);background:var(--panel);color:var(--text);z-index:3001;box-shadow:0 4px 12px #00000014;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-theme-icon-btn.svelte-1elxaub:hover{background:color-mix(in srgb,var(--accent) 10%,transparent)}.mobile-coffee-link.svelte-1elxaub{position:fixed;top:calc(env(safe-area-inset-top) + .75rem);left:50%;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;z-index:3001;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:transform .2s ease}.mobile-coffee-link.svelte-1elxaub:hover{transform:translate(-50%) scale(1.05)}.mobile-coffee-button.svelte-1elxaub{height:40px;width:auto;border-radius:6px;transition:transform .2s ease;box-shadow:0 2px 8px #0000001a;margin-top:4px;margin-left:24px}.desktop-nav.svelte-1elxaub ul:where(.svelte-1elxaub){display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center}.desktop-nav.svelte-1elxaub li:where(.svelte-1elxaub){position:relative}.nav-link.svelte-1elxaub{font-weight:500;font-size:1.1rem;color:var(--text);text-decoration:none;padding:.5rem 0;transition:color .2s ease;position:relative;background:none;border:none;cursor:pointer;font-family:inherit}.nav-link.svelte-1elxaub:hover{color:var(--accent);text-decoration:none}.nav-link.active.svelte-1elxaub{color:var(--accent)}.nav-link.active.svelte-1elxaub:after{content:"";position:absolute;bottom:-.25rem;left:0;right:0;height:2px;background:var(--accent);border-radius:1px}.theme-toggle.svelte-1elxaub,.desktop-theme-toggle.svelte-1elxaub{display:flex;align-items:center}.right-controls.svelte-1elxaub{margin-inline-start:auto;display:flex;align-items:center;gap:1rem}.coffee-link.svelte-1elxaub{display:flex;align-items:center}.coffee-button.svelte-1elxaub{height:40px;border-radius:5px;transition:transform .2s ease}.coffee-button.svelte-1elxaub:hover{transform:scale(1.05)}.theme-btn.svelte-1elxaub{background:var(--panel);border:1px solid var(--border);font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:var(--text);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.theme-btn.svelte-1elxaub:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}@media (max-width: 1024px){.container.svelte-1elxaub{padding:0 1.5rem}.desktop-nav.svelte-1elxaub ul:where(.svelte-1elxaub){gap:1.5rem}.nav-link.svelte-1elxaub{font-size:1rem}}@media (max-width: 768px){.container.svelte-1elxaub{padding:0 1rem;height:4.5rem}.brand.svelte-1elxaub{gap:.5rem}.brand-logo.svelte-1elxaub{width:36px;height:36px}.desktop-nav.svelte-1elxaub,.desktop-theme-toggle.svelte-1elxaub,.right-controls.svelte-1elxaub{display:none}.mobile-menu-btn.svelte-1elxaub{display:block;position:fixed;top:calc(env(safe-area-inset-top) + .75rem);right:.75rem;z-index:3001}.brand-text.svelte-1elxaub{font-size:1.4rem}.brand-tagline.svelte-1elxaub{font-size:.75rem}}@media (max-width: 480px){.container.svelte-1elxaub{height:4rem;padding:0 .75rem}.brand.svelte-1elxaub{gap:.375rem}.brand-logo.svelte-1elxaub{width:28px;height:28px}.brand-text.svelte-1elxaub{font-size:1.1rem}.brand-tagline.svelte-1elxaub{font-size:.65rem}.mobile-nav-link.svelte-1elxaub{font-size:1.8rem;padding:.875rem 1.5rem}}@media (max-width: 360px){.container.svelte-1elxaub{padding:0 .5rem}.brand-text.svelte-1elxaub{font-size:1rem}.mobile-nav-link.svelte-1elxaub{font-size:1.6rem;padding:.75rem 1.25rem}.mobile-menu-content.svelte-1elxaub{gap:2.5rem;padding:1.5rem}}.container.svelte-1uha8ag{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.section-header.svelte-1uha8ag{text-align:center;margin-bottom:4rem;position:relative;z-index:3}.section-header.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-size:3rem;font-weight:700;color:var(--text);margin-bottom:1rem}.section-subtitle.svelte-1uha8ag{font-size:1.5rem;color:var(--muted);max-width:700px;margin:0 auto}.hero.svelte-1uha8ag{padding:15rem 0 6rem;background:linear-gradient(45deg,var(--bg),color-mix(in srgb,var(--bg) 80%,#e0f7fa 20%),color-mix(in srgb,var(--bg) 80%,#f3e5f5 20%),color-mix(in srgb,var(--bg) 80%,#e8f5e9 20%));background-size:400% 400%;animation:svelte-1uha8ag-gradientShift 25s ease infinite;min-height:70vh;display:flex;align-items:center;position:relative;overflow:hidden;z-index:0}@media (prefers-color-scheme: light){[data-theme=light] .hero.svelte-1uha8ag,html:not([data-theme]) .hero.svelte-1uha8ag{background:linear-gradient(45deg,var(--bg),color-mix(in srgb,var(--bg) 80%,#e0f7fa 20%),color-mix(in srgb,var(--bg) 80%,#f3e5f5 20%),color-mix(in srgb,var(--bg) 80%,#e8f5e9 20%))}}@media (prefers-color-scheme: dark){[data-theme=dark] .hero.svelte-1uha8ag{background:linear-gradient(45deg,var(--bg),color-mix(in srgb,var(--bg) 80%,#0c2c3d 20%),color-mix(in srgb,var(--bg) 80%,#1a0c24 20%),color-mix(in srgb,var(--bg) 80%,#0c2a1a 20%))}}[data-theme=light] .hero.svelte-1uha8ag{background:linear-gradient(45deg,var(--bg),color-mix(in srgb,var(--bg) 80%,#e0f7fa 20%),color-mix(in srgb,var(--bg) 80%,#f3e5f5 20%),color-mix(in srgb,var(--bg) 80%,#e8f5e9 20%))}[data-theme=dark] .hero.svelte-1uha8ag{background:linear-gradient(45deg,var(--bg),color-mix(in srgb,var(--bg) 80%,#0c2c3d 20%),color-mix(in srgb,var(--bg) 80%,#1a0c24 20%),color-mix(in srgb,var(--bg) 80%,#0c2a1a 20%))}@keyframes svelte-1uha8ag-gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.shapes-container.svelte-1uha8ag{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:1}.download-shapes.svelte-1uha8ag{z-index:0}.link-icon.svelte-1uha8ag{position:absolute;opacity:.05;color:var(--accent);filter:drop-shadow(0 0 20px rgba(1,111,185,.3))}.link-1.svelte-1uha8ag{top:20%;left:10%;animation:svelte-1uha8ag-float 20s ease-in-out infinite;transform:rotate(45deg)}.link-2.svelte-1uha8ag{top:60%;right:15%;animation:svelte-1uha8ag-float 25s ease-in-out infinite reverse;transform:rotate(-30deg)}.link-3.svelte-1uha8ag{bottom:25%;left:20%;animation:svelte-1uha8ag-float 30s ease-in-out infinite;transform:rotate(15deg)}.link-4.svelte-1uha8ag{top:15%;right:12%;animation:svelte-1uha8ag-float 22s ease-in-out infinite reverse;transform:rotate(-45deg)}.link-5.svelte-1uha8ag{bottom:30%;left:18%;animation:svelte-1uha8ag-float 28s ease-in-out infinite;transform:rotate(60deg)}.link-6.svelte-1uha8ag{top:40%;right:25%;animation:svelte-1uha8ag-float 32s ease-in-out infinite reverse;transform:rotate(120deg)}.link-7.svelte-1uha8ag{top:20%;left:15%;animation:svelte-1uha8ag-float 24s ease-in-out infinite;transform:rotate(15deg)}.link-8.svelte-1uha8ag{bottom:25%;right:18%;animation:svelte-1uha8ag-float 30s ease-in-out infinite reverse;transform:rotate(-30deg)}.link-9.svelte-1uha8ag{top:35%;right:22%;animation:svelte-1uha8ag-float 36s ease-in-out infinite;transform:rotate(90deg)}@media (prefers-color-scheme: light){[data-theme=light] .link-icon.svelte-1uha8ag,html:not([data-theme]) .link-icon.svelte-1uha8ag{color:var(--accent);filter:drop-shadow(0 0 20px rgba(1,111,185,.3))}}@media (prefers-color-scheme: dark){[data-theme=dark] .link-icon.svelte-1uha8ag{color:color-mix(in srgb,var(--accent) 70%,white 30%);filter:drop-shadow(0 0 30px rgba(34,174,209,.2));opacity:.08}}[data-theme=light] .link-icon.svelte-1uha8ag{color:var(--accent);filter:drop-shadow(0 0 20px rgba(1,111,185,.3));opacity:.05}[data-theme=dark] .link-icon.svelte-1uha8ag{color:color-mix(in srgb,var(--accent) 70%,white 30%);filter:drop-shadow(0 0 30px rgba(34,174,209,.2));opacity:.08}@keyframes svelte-1uha8ag-float{0%{transform:translate(0) rotate(0)}25%{transform:translate(20px,-30px) rotate(90deg)}50%{transform:translate(40px,10px) rotate(180deg)}75%{transform:translate(-20px,30px) rotate(270deg)}to{transform:translate(0) rotate(360deg)}}.hero-content.svelte-1uha8ag{position:relative;z-index:2;padding-top:1rem}.hero-title.svelte-1uha8ag{font-size:4rem;font-weight:800;color:var(--text);line-height:1.1;margin-bottom:1.5rem;position:relative;-webkit-user-select:none;user-select:none;cursor:default;min-height:2.5em;text-align:center;margin-top:0}.highlight.svelte-1uha8ag{color:var(--accent);position:relative}.hero-subtitle.svelte-1uha8ag{font-size:1.5rem;color:var(--muted);line-height:1.6;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-actions.svelte-1uha8ag{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn.svelte-1uha8ag{display:inline-flex;align-items:center;padding:1rem 2.5rem;border-radius:8px;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .2s ease;border:2px solid transparent;background:none;cursor:pointer;font-family:inherit;position:relative;z-index:3}.btn-primary.svelte-1uha8ag{background:var(--btn-bg);color:var(--btn-text);border-color:var(--btn-bg)}.btn-primary.svelte-1uha8ag:hover,.btn-primary.svelte-1uha8ag:focus,a.btn-primary.svelte-1uha8ag:hover,a.btn-primary.svelte-1uha8ag:focus{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px);text-decoration:none;box-shadow:0 4px 12px #00000026}.btn-secondary.svelte-1uha8ag{background:transparent;color:var(--accent);border-color:var(--accent)}.btn-secondary.svelte-1uha8ag:hover,.btn-secondary.svelte-1uha8ag:focus,a.btn-secondary.svelte-1uha8ag:hover,a.btn-secondary.svelte-1uha8ag:focus{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-2px);text-decoration:none;box-shadow:0 4px 12px #00000026}.features.svelte-1uha8ag{padding:6rem 0;background:var(--bg);position:relative;overflow:hidden;z-index:0}.features-grid.svelte-1uha8ag{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.feature-card.svelte-1uha8ag{padding:2rem;border-radius:16px;background:var(--panel);border:1px solid var(--border);transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014;text-align:center;z-index:3}.feature-card.svelte-1uha8ag:hover{box-shadow:0 20px 40px #00000026;border-color:color-mix(in srgb,var(--accent) 30%,var(--border) 70%);transform:translateY(-8px)}.feature-icon.svelte-1uha8ag{width:64px;height:64px;border-radius:50%;background:color-mix(in srgb,var(--accent) 15%,transparent);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--accent)}.feature-card.svelte-1uha8ag h3:where(.svelte-1uha8ag){font-size:1.5rem;font-weight:700;color:var(--text);margin:0 0 1rem}.feature-card.svelte-1uha8ag p:where(.svelte-1uha8ag){color:var(--muted);line-height:1.6;margin:0;font-size:1rem}.download.svelte-1uha8ag{padding:6rem 0;background:var(--panel);position:relative;overflow:hidden;z-index:0}@media (prefers-color-scheme: light){[data-theme=light] .download.svelte-1uha8ag,html:not([data-theme]) .download.svelte-1uha8ag{background:linear-gradient(135deg,var(--panel),color-mix(in srgb,var(--panel) 80%,#e0f7fa 20%),var(--panel));background-size:200% 200%;animation:svelte-1uha8ag-downloadGradientShift 30s ease infinite}}@media (prefers-color-scheme: dark){[data-theme=dark] .download.svelte-1uha8ag{background:linear-gradient(135deg,var(--panel),color-mix(in srgb,var(--panel) 80%,#0c2c3d 20%),var(--panel));background-size:200% 200%;animation:svelte-1uha8ag-downloadGradientShift 30s ease infinite}}[data-theme=light] .download.svelte-1uha8ag{background:linear-gradient(135deg,var(--panel),color-mix(in srgb,var(--panel) 80%,#e0f7fa 20%),var(--panel));background-size:200% 200%;animation:svelte-1uha8ag-downloadGradientShift 30s ease infinite}[data-theme=dark] .download.svelte-1uha8ag{background:linear-gradient(135deg,var(--panel),color-mix(in srgb,var(--panel) 80%,#0c2c3d 20%),var(--panel));background-size:200% 200%;animation:svelte-1uha8ag-downloadGradientShift 30s ease infinite}@keyframes svelte-1uha8ag-downloadGradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.download-content.svelte-1uha8ag{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:900px;margin:0 auto;position:relative;z-index:3}.download-card.svelte-1uha8ag{padding:2.5rem;border-radius:16px;background:var(--bg);border:1px solid var(--border);text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #00000014;z-index:3}.download-card.svelte-1uha8ag:hover{box-shadow:0 20px 40px #00000026;border-color:color-mix(in srgb,var(--accent) 30%,var(--border) 70%);transform:translateY(-8px)}.download-logo.svelte-1uha8ag{width:96px;height:96px;border-radius:50%;background:color-mix(in srgb,var(--accent) 15%,transparent);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--accent);position:relative}.logo-image.svelte-1uha8ag{width:64px;height:64px;object-fit:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .2s ease}[data-theme=light] .logo-dark.svelte-1uha8ag,html:not([data-theme]) .logo-dark.svelte-1uha8ag{opacity:0}[data-theme=light] .logo-light.svelte-1uha8ag,html:not([data-theme]) .logo-light.svelte-1uha8ag{opacity:1}[data-theme=dark] .logo-light.svelte-1uha8ag{opacity:0}[data-theme=dark] .logo-dark.svelte-1uha8ag{opacity:1}.download-card.svelte-1uha8ag h3:where(.svelte-1uha8ag){font-size:1.75rem;font-weight:700;color:var(--text);margin:0 0 1rem}.download-card.svelte-1uha8ag p:where(.svelte-1uha8ag){color:var(--muted);line-height:1.6;margin:0 0 2rem;font-size:1rem}@media (max-width: 1024px){.container.svelte-1uha8ag{padding:0 1.5rem}.hero.svelte-1uha8ag{padding:5rem 0}.hero-title.svelte-1uha8ag{font-size:3.5rem}.hero-subtitle.svelte-1uha8ag{font-size:1.4rem}.section-header.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-size:2.5rem}.section-subtitle.svelte-1uha8ag{font-size:1.3rem}.features-grid.svelte-1uha8ag,.download-content.svelte-1uha8ag{gap:2rem}}@media (max-width: 768px){.container.svelte-1uha8ag{padding:0 1rem}.hero.svelte-1uha8ag{padding:6rem 0 4rem;min-height:65vh}.hero-content.svelte-1uha8ag{padding-top:.5rem}.hero-title.svelte-1uha8ag{font-size:2.8rem;line-height:1.2;min-height:3em}.hero-subtitle.svelte-1uha8ag{font-size:1.2rem;margin-bottom:2rem}.section-header.svelte-1uha8ag{margin-bottom:3rem}.section-header.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-size:2.2rem}.section-subtitle.svelte-1uha8ag{font-size:1.2rem}.features.svelte-1uha8ag,.download.svelte-1uha8ag{padding:5rem 0}.features-grid.svelte-1uha8ag{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.download-content.svelte-1uha8ag{grid-template-columns:1fr;gap:1.5rem}.hero-actions.svelte-1uha8ag{flex-direction:column;align-items:center;gap:.75rem}.btn.svelte-1uha8ag{width:100%;max-width:300px;justify-content:center;padding:1rem 2rem;font-size:1.1rem;min-height:48px}}@media (max-width: 480px){.container.svelte-1uha8ag{padding:0 .75rem}.hero.svelte-1uha8ag{padding:7rem 0 3rem;min-height:60vh}.hero-content.svelte-1uha8ag{padding-top:1rem}.hero-title.svelte-1uha8ag{font-size:2.2rem;margin-bottom:1rem;min-height:3.5em}.hero-subtitle.svelte-1uha8ag{font-size:1.1rem;margin-bottom:1.5rem}.section-header.svelte-1uha8ag{margin-bottom:2.5rem}.section-header.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-size:1.8rem}.section-subtitle.svelte-1uha8ag{font-size:1.1rem}.features.svelte-1uha8ag,.download.svelte-1uha8ag{padding:4rem 0}.feature-card.svelte-1uha8ag{padding:1.5rem}.download-card.svelte-1uha8ag{padding:2rem}.download-logo.svelte-1uha8ag{width:80px;height:80px}.logo-image.svelte-1uha8ag{width:50px;height:50px}.btn.svelte-1uha8ag{max-width:280px;padding:.875rem 1.5rem;font-size:1rem}}@media (max-width: 360px){.container.svelte-1uha8ag{padding:0 .5rem}.hero.svelte-1uha8ag{padding:6rem 0 2rem}.hero-content.svelte-1uha8ag{padding-top:1rem}.hero-title.svelte-1uha8ag{font-size:1.9rem}.hero-subtitle.svelte-1uha8ag{font-size:1rem}.section-header.svelte-1uha8ag h2:where(.svelte-1uha8ag){font-size:1.6rem}.section-subtitle.svelte-1uha8ag{font-size:1rem}.feature-card.svelte-1uha8ag{padding:1.25rem}.download-card.svelte-1uha8ag{padding:1.5rem}.btn.svelte-1uha8ag{max-width:260px;padding:.75rem 1.25rem;font-size:.95rem}}.footer.svelte-1uha8ag{background:var(--panel);border-top:1px solid var(--border);padding:3rem 0 2rem;margin-top:4rem}.footer-content.svelte-1uha8ag{display:flex;flex-direction:column;gap:2rem}.footer-info.svelte-1uha8ag{display:flex;align-items:center;gap:1rem}.footer-brand.svelte-1uha8ag{font-size:1.5rem;font-weight:700;color:var(--accent)}.footer-by.svelte-1uha8ag{font-size:1rem;font-weight:400;color:var(--muted)}.footer-links.svelte-1uha8ag{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.footer-column.svelte-1uha8ag h4:where(.svelte-1uha8ag){font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:1rem}.footer-column.svelte-1uha8ag ul:where(.svelte-1uha8ag){list-style:none;padding:0;margin:0}.footer-column.svelte-1uha8ag li:where(.svelte-1uha8ag){margin-bottom:.75rem}.footer-column.svelte-1uha8ag a:where(.svelte-1uha8ag){color:var(--muted);text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-column.svelte-1uha8ag a:where(.svelte-1uha8ag):hover{color:var(--accent);text-decoration:underline}.footer-bottom.svelte-1uha8ag{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border)}.footer-bottom.svelte-1uha8ag p:where(.svelte-1uha8ag){color:var(--muted);font-size:.9rem;margin:0}.footer-social.svelte-1uha8ag{display:flex;gap:1rem}.footer-social.svelte-1uha8ag a:where(.svelte-1uha8ag){color:var(--muted);transition:color .2s ease}.footer-social.svelte-1uha8ag a:where(.svelte-1uha8ag):hover{color:var(--accent)}@media (max-width: 768px){.footer.svelte-1uha8ag{padding:2rem 0 1.5rem;margin-top:3rem}.footer-content.svelte-1uha8ag{gap:1.5rem}.footer-links.svelte-1uha8ag{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-bottom.svelte-1uha8ag{flex-direction:column;gap:1rem;margin-top:2rem;text-align:center}}@media (max-width: 480px){.footer.svelte-1uha8ag{padding:1.5rem 0 1rem;margin-top:2rem}.footer-info.svelte-1uha8ag{justify-content:center}.footer-brand.svelte-1uha8ag{font-size:1.3rem}.footer-by.svelte-1uha8ag{font-size:.9rem}.footer-links.svelte-1uha8ag{grid-template-columns:1fr;gap:1rem}.footer-column.svelte-1uha8ag{text-align:center}.footer-bottom.svelte-1uha8ag{gap:.75rem}.footer-bottom.svelte-1uha8ag p:where(.svelte-1uha8ag){font-size:.85rem}}
