.theme-button.svelte-h81f4b{background:none;border:1px solid var(--rebel-border-color);cursor:pointer;padding:8px;border-radius:8px;color:var(--rebel-text-color);transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:36px;height:36px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:var(--rebel-surface)}.theme-button.svelte-h81f4b:hover{background-color:var(--rebel-hover-bg);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.theme-button.svelte-h81f4b:active{transform:translateY(0)}.theme-button.svelte-h81f4b svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.theme-button.svelte-h81f4b:hover svg{transform:scale(1.1)}.navbar.svelte-o50ef1{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--rebel-surface);border-bottom:1px solid var(--rebel-border);transition:all .3s ease}.navbar.scrolled.svelte-o50ef1{box-shadow:0 2px 8px #0000001a}.navbar-content.svelte-o50ef1{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.nav-links.svelte-o50ef1{display:flex;gap:2rem;align-items:center}.nav-links.svelte-o50ef1 a:where(.svelte-o50ef1){color:var(--rebel-text-secondary);text-decoration:none;font-weight:500;transition:color .2s ease}.nav-links.svelte-o50ef1 a:where(.svelte-o50ef1):hover{color:var(--rebel-text-primary)}.nav-actions.svelte-o50ef1{display:flex;align-items:center;gap:1rem}main.svelte-o50ef1{padding-top:4rem}.hero.svelte-o50ef1{min-height:calc(100vh - 4rem);display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:var(--rebel-surface);position:relative;overflow:hidden}.floating-shapes.svelte-o50ef1{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.shape.svelte-o50ef1{position:absolute;border-radius:50%;animation:svelte-o50ef1-float 15s infinite;opacity:.15;filter:blur(40px);transform:translateZ(0);will-change:transform}.shape-1.svelte-o50ef1{width:300px;height:300px;background:var(--rebel-brand);top:10%;left:10%;animation-delay:0s}.shape-2.svelte-o50ef1{width:250px;height:250px;background:var(--rebel-accent);top:20%;right:15%;animation-delay:-3s}.shape-3.svelte-o50ef1{width:200px;height:200px;background:var(--rebel-secondary);bottom:20%;left:20%;animation-delay:-6s}.shape-4.svelte-o50ef1{width:180px;height:180px;background:var(--rebel-brand-hover);bottom:30%;right:25%;animation-delay:-9s}.shape-5.svelte-o50ef1{width:150px;height:150px;background:var(--rebel-accent-hover);top:40%;left:40%;animation-delay:-12s}@keyframes svelte-o50ef1-float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-20px,-20px) rotate(5deg)}50%{transform:translate(20px,20px) rotate(-5deg)}75%{transform:translate(20px,-20px) rotate(5deg)}}.hero-content.svelte-o50ef1{position:relative;z-index:1;max-width:800px}.hero.svelte-o50ef1 h1:where(.svelte-o50ef1){font-size:3.5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--rebel-brand) 0%,var(--rebel-accent) 50%,var(--rebel-brand-hover) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));letter-spacing:-.02em}.hero.svelte-o50ef1 p:where(.svelte-o50ef1){font-size:1.25rem;color:var(--rebel-text-primary);margin-bottom:2rem;text-shadow:0 1px 2px rgba(0,0,0,.05)}.hero-actions.svelte-o50ef1{display:flex;gap:1rem;justify-content:center}.features.svelte-o50ef1,.components.svelte-o50ef1{padding:6rem 2rem;max-width:1200px;margin:0 auto}.features.svelte-o50ef1 h2:where(.svelte-o50ef1),.components.svelte-o50ef1 h2:where(.svelte-o50ef1){text-align:center;margin-bottom:3rem}.feature-grid.svelte-o50ef1{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.component-grid.svelte-o50ef1{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.component-preview.svelte-o50ef1{display:flex;align-items:center;justify-content:center;min-height:120px;margin-bottom:1rem}.card-preview.svelte-o50ef1{width:100%;height:100px;background:var(--rebel-surface-secondary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--rebel-text-secondary)}.logo-link.svelte-o50ef1{text-decoration:none;color:inherit}.logo-container.svelte-o50ef1{position:relative;display:flex;align-items:center;gap:.5rem;padding:.5rem}.logo-shape.svelte-o50ef1{width:24px;height:24px;border-radius:6px;position:relative;transition:transform .3s ease;margin-right:-8px}.logo-shape.shape-1.svelte-o50ef1{background:var(--rebel-brand);transform:rotate(-15deg);z-index:1}.logo-shape.shape-2.svelte-o50ef1{background:var(--rebel-accent);transform:rotate(15deg);z-index:2}.logo-container.svelte-o50ef1:hover .shape-1:where(.svelte-o50ef1){transform:rotate(15deg) translateY(-2px)}.logo-container.svelte-o50ef1:hover .shape-2:where(.svelte-o50ef1){transform:rotate(-15deg) translateY(2px)}.logo-text.svelte-o50ef1{font-size:1.5rem;font-weight:700;background:linear-gradient(to right,var(--rebel-brand),var(--rebel-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:opacity .3s ease;position:relative;z-index:3;margin-left:-4px}.logo-container.svelte-o50ef1:hover .logo-text:where(.svelte-o50ef1){opacity:.9}.mobile-menu-toggle.svelte-o50ef1{display:none;align-items:center;justify-content:center;background:none;border:none;color:var(--rebel-text-primary);cursor:pointer;padding:.5rem;width:44px;height:44px;position:relative;transition:all .3s ease}.mobile-menu-toggle.svelte-o50ef1:hover{background:var(--rebel-surface-secondary);border-radius:8px}.hamburger.svelte-o50ef1{display:flex;flex-direction:column;width:20px;height:16px;justify-content:space-between}.hamburger-line.svelte-o50ef1{width:100%;height:2px;background:var(--rebel-text-primary);border-radius:1px;transition:all .3s cubic-bezier(.25,.46,.45,.94);transform-origin:center}.mobile-menu-toggle.open.svelte-o50ef1 .hamburger-line:where(.svelte-o50ef1):nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.open.svelte-o50ef1 .hamburger-line:where(.svelte-o50ef1):nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle.open.svelte-o50ef1 .hamburger-line:where(.svelte-o50ef1):nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){main.svelte-o50ef1{padding-top:3.5rem}.navbar-content.svelte-o50ef1{padding:.85rem 1.5rem;position:relative;display:flex;align-items:center;justify-content:space-between}.mobile-menu-toggle.svelte-o50ef1{display:flex}.nav-actions.svelte-o50ef1{display:flex;align-items:center;gap:.5rem}.nav-links.svelte-o50ef1{display:none}.nav-links.open.svelte-o50ef1{display:flex;position:absolute;top:100%;left:0;right:0;background:var(--rebel-surface);border-bottom:1px solid var(--rebel-border);flex-direction:column;padding:0;gap:0;box-shadow:0 8px 25px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:300px;overflow:hidden;animation:svelte-o50ef1-slideDown .3s ease-out;z-index:50}@keyframes svelte-o50ef1-slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:300px}}.hero.svelte-o50ef1{min-height:calc(100vh - 3rem);padding:2rem 1rem;text-align:center}.hero.svelte-o50ef1 h1:where(.svelte-o50ef1){font-size:2rem;line-height:1.2;margin-bottom:1rem}.hero.svelte-o50ef1 p:where(.svelte-o50ef1){font-size:1rem;margin-bottom:1.5rem;line-height:1.5}.hero-actions.svelte-o50ef1{flex-direction:column;gap:.75rem;align-items:stretch}.floating-shapes.svelte-o50ef1{display:none}.shape.svelte-o50ef1{animation:svelte-o50ef1-floatSimple 10s infinite;filter:blur(20px)}@keyframes svelte-o50ef1-floatSimple{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.features.svelte-o50ef1,.components.svelte-o50ef1{padding:3rem 1rem}.features.svelte-o50ef1 h2:where(.svelte-o50ef1),.components.svelte-o50ef1 h2:where(.svelte-o50ef1){font-size:1.75rem;margin-bottom:2rem}.feature-grid.svelte-o50ef1,.component-grid.svelte-o50ef1{grid-template-columns:1fr;gap:1.5rem}.component-preview.svelte-o50ef1{min-height:80px;margin-bottom:.75rem}.logo-text.svelte-o50ef1{font-size:1.125rem}.logo-shape.svelte-o50ef1{width:18px;height:18px}.nav-links.open.svelte-o50ef1 a:where(.svelte-o50ef1){padding:1rem 1.5rem;display:block;border-bottom:1px solid var(--rebel-border);transition:background-color .2s ease;opacity:1;transform:translate(0)}.nav-links.open.svelte-o50ef1 a:where(.svelte-o50ef1):last-child{border-bottom:none}.nav-links.open.svelte-o50ef1 a:where(.svelte-o50ef1):hover{background:var(--rebel-surface-secondary)}}@media (max-width: 480px){.hero.svelte-o50ef1{padding:1.5rem .75rem}.hero.svelte-o50ef1 h1:where(.svelte-o50ef1){font-size:1.75rem}.hero.svelte-o50ef1 p:where(.svelte-o50ef1){font-size:.9rem}.navbar-content.svelte-o50ef1{padding:.5rem .75rem}.features.svelte-o50ef1,.components.svelte-o50ef1{padding:2.5rem .75rem}.feature-grid.svelte-o50ef1,.component-grid.svelte-o50ef1{gap:1rem}}@media (prefers-reduced-motion: reduce){.shape.svelte-o50ef1{animation:none}.logo-shape.svelte-o50ef1{transition:none}.svelte-o50ef1{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 768px){.hero.svelte-o50ef1 h1:where(.svelte-o50ef1){filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.hero.svelte-o50ef1 p:where(.svelte-o50ef1){text-shadow:0 1px 3px rgba(0,0,0,.2)}}
