.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#09090b;display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,visibility .6s ease}.loading-screen.hidden{opacity:0;visibility:hidden;pointer-events:none}.loading-screen__content{display:flex;flex-direction:column;align-items:center;gap:20px}.loading-screen__logo{display:flex;align-items:center;gap:12px;font-family:var(--font-display);font-weight:700;font-size:1.4rem;letter-spacing:-.02em}.loading-screen__icon{width:auto;height:160px;display:flex;align-items:center;justify-content:center;object-fit:contain}.loading-screen__bar{width:180px;height:2px;background:#1a1a1f;border-radius:2px;overflow:hidden}.loading-screen__bar-fill{height:100%;width:0;background:#dedee3;border-radius:2px;animation:loadBar 1.5s ease-in-out forwards}@keyframes loadBar{0%{width:0}to{width:100%}}.page-transition{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;pointer-events:none}.page-transition__inner{position:absolute;bottom:0;left:0;right:0;height:0;background:#09090b;transition:height .5s cubic-bezier(.4,0,.2,1)}.page-transition.active .page-transition__inner{height:100%}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:5px 48px;height:auto;min-height:80px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid transparent;transition:all .3s ease}.navbar.scrolled{background:#09090bd9;-webkit-backdrop-filter:blur(12px) saturate(1.3);backdrop-filter:blur(12px) saturate(1.3);border-color:#1a1a1f}.navbar__logo{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:1.1rem;letter-spacing:-.02em}.navbar__logo-icon{width:auto;height:48px;max-width:150px;display:flex;align-items:center;justify-content:center;object-fit:contain}.navbar__menu-group{display:flex;align-items:center;gap:14px}.navbar__links{display:flex;align-items:center;gap:28px;list-style:none}.navbar__links a{font-size:.82rem;color:#888;font-weight:400;transition:color .15s ease}.navbar__links a:hover{color:#e0e0e0}.navbar__links--boxed{gap:2px;padding:6px;border-radius:999px;background:#0a0a0f33;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px) saturate(1.15);-webkit-backdrop-filter:blur(14px) saturate(1.15);box-shadow:0 14px 34px #0000002e,inset 0 1px #ffffff08}.navbar__links--boxed a{display:block;padding:9px 14px;border-radius:999px}.navbar__links--boxed a:hover{color:#f0f0f5;background:#ffffff0f}.navbar.scrolled .navbar__links--boxed{background:#0a0a0f66;border-color:#ffffff1a}.nav-cta{padding:7px 16px!important;font-size:.8rem!important;font-weight:500!important;border-radius:6px!important;background:#fff!important;color:#09090b!important;border:none!important}.nav-cta:hover{background:#e0e0e0!important}.navbar__hamburger{display:none;flex-direction:column;gap:5px;padding:8px;cursor:pointer;z-index:110}.navbar__hamburger span{width:20px;height:1.5px;background:#aaa;border-radius:1px;transition:all .3s ease}.navbar__hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__hamburger.active span:nth-child(2){opacity:0}.navbar__hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#09090bf7;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-nav.visible{opacity:1;visibility:visible}.mobile-nav__link{font-size:1.3rem;font-weight:500;color:#888;transition:color .2s}.mobile-nav__link:hover{color:#fff}.hero{position:relative;height:100vh;display:flex;align-items:center;overflow:hidden}.hero__canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__content{position:relative;z-index:10;max-width:700px;padding:28px 48px 32px;background:#0a0a0f26;backdrop-filter:blur(8px) saturate(1.2);-webkit-backdrop-filter:blur(8px) saturate(1.2);border-radius:20px;border:1px solid rgba(255,255,255,.03);margin-left:48px}.hero__eyebrow{font-size:.78rem;color:#d4d4d4;text-transform:uppercase;letter-spacing:.12em;margin-bottom:20px;font-weight:500}.hero__title{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:700;line-height:1.08;letter-spacing:-.035em;margin-bottom:20px;color:#fff}.hero__title .line{display:block;overflow:hidden}.hero__title .line span{display:inline-block}.hero__subtitle-box{max-width:590px;margin-bottom:30px}.hero__subtitle{font-size:1.05rem;color:#d2d5df;line-height:1.65;max-width:560px;margin-bottom:0;padding:12px 18px;border-left:1px solid rgba(241,155,169,.32);border-radius:0 12px 12px 0;background:linear-gradient(90deg,rgba(10,10,15,.22) 0%,rgba(10,10,15,.08) 58%,transparent 100%)}.hero__actions{display:flex;gap:12px;align-items:center}.btn-ghost{font-size:.88rem;color:#d4d4d4;padding:10px 20px;border-radius:8px;border:1px solid rgba(255,255,255,.2);transition:all .2s ease;background:#ffffff0f}.btn-ghost:hover{color:#fff;border-color:#fff6;background:#ffffff1a}.about{padding:120px 48px 100px;max-width:1200px;margin:0 auto;border-bottom:1px solid #1a1a1f}.about__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:var(--accent-cyan);font-weight:500;margin-bottom:16px}.about__title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;letter-spacing:-.03em;color:#ededed;margin-bottom:48px;line-height:1.15}.about__body{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.about__text p{font-size:.95rem;color:#888;line-height:1.75;margin-bottom:20px}.about__text p:last-child{margin-bottom:0}.about__text strong{color:#ccc;font-weight:600}.about__text em{color:var(--accent-cyan);font-style:normal;font-weight:500}.about__highlights{display:flex;flex-direction:column;gap:24px}.about__highlight{display:flex;gap:16px;align-items:flex-start;padding:20px 24px;border-radius:12px;background:#0d0d12;border:1px solid #1a1a1f;transition:border-color .2s ease,background .2s ease}.about__highlight:hover{border-color:#2a2a35;background:#111118}.about__highlight-icon{font-size:1.3rem;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f19ba90f;border-radius:10px}.about__highlight div{display:flex;flex-direction:column;gap:4px}.about__highlight strong{font-size:.88rem;font-weight:600;color:#e0e0e0}.about__highlight span{font-size:.82rem;color:#666;line-height:1.55}.features{padding:120px 48px 80px;max-width:1200px;margin:0 auto}.features__header{margin-bottom:64px}.features__title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;letter-spacing:-.03em;color:#ededed;margin-bottom:12px}.features__desc{font-size:1rem;color:#666;max-width:600px;line-height:1.6}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#1a1a1f;border:1px solid #1a1a1f;border-radius:12px;overflow:hidden}.feature-hero{background:#0d0d10;padding:0;grid-column:1 / -1}.feature-hero__preview{display:grid;grid-template-columns:1fr 1fr;min-height:380px;border-bottom:1px solid #1a1a1f}.feature-hero__editor-mock{background:#0a0a0d;display:flex;flex-direction:column;border-right:1px solid #1a1a1f}.mock-titlebar{display:flex;align-items:center;gap:7px;padding:12px 16px;border-bottom:1px solid #141418}.mock-dot{width:10px;height:10px;border-radius:50%}.mock-dot--red{background:#ff5f57}.mock-dot--yellow{background:#febc2e}.mock-dot--green{background:#28c840}.mock-filename{font-family:var(--font-mono);font-size:.7rem;color:#555;margin-left:8px}.mock-code{padding:20px;font-family:var(--font-mono);font-size:.78rem;line-height:1.75;color:#888;flex:1;white-space:pre;overflow:hidden}.mock-code code{font-family:inherit}.feature-hero__viewport{position:relative;background:#0a0a0d}.feature-hero__viewport canvas{width:100%!important;height:100%!important;display:block}.feature-hero__caption{padding:28px 32px}.feature-hero__caption h3{font-size:1rem;font-weight:600;color:#e0e0e0;margin-bottom:6px}.feature-hero__caption p{font-size:.88rem;color:#666;line-height:1.55}.feature-card{background:#0d0d10;padding:28px 28px 32px;position:relative;transition:background .2s ease}.feature-card:hover{background:#111116}.feature-card__indicator{width:24px;height:2px;background:#f19ba9;margin-bottom:20px;border-radius:1px}.feature-card__indicator--purple{background:#b466b0}.feature-card h3{font-size:.95rem;font-weight:600;color:#e0e0e0;margin-bottom:8px}.feature-card p{font-size:.84rem;color:#666;line-height:1.6}.use-cases{padding:120px 48px 100px;max-width:1200px;margin:0 auto;border-top:1px solid #1a1a1f}.use-cases__header{margin-bottom:56px}.use-cases__header h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-.025em;color:#ededed;margin-bottom:10px}.use-cases__header p{font-size:.95rem;color:#666}.use-cases__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.use-case-card{padding:32px 28px;background:#0d0d12;border:1px solid #1a1a1f;border-radius:12px;transition:border-color .25s ease,transform .25s ease,background .25s ease}.use-case-card:hover{border-color:#2a2a35;background:#111118;transform:translateY(-4px)}.use-case-card__icon{font-size:1.6rem;margin-bottom:18px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f19ba90d;border-radius:12px}.use-case-card h3{font-size:1rem;font-weight:600;color:#e0e0e0;margin-bottom:10px}.use-case-card p{font-size:.84rem;color:#666;line-height:1.65}.workflow{padding:100px 48px;max-width:1000px;margin:0 auto}.workflow__header{margin-bottom:56px}.workflow__header h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-.025em;color:#ededed;margin-bottom:8px}.workflow__header p{font-size:.95rem;color:#666}.workflow__steps{display:flex;align-items:flex-start;gap:0}.workflow-step{flex:1;display:flex;gap:16px;align-items:flex-start}.workflow-step__num{width:32px;height:32px;border-radius:8px;border:1px solid #222;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.78rem;color:#666;flex-shrink:0}.workflow-step__body h3{font-size:.95rem;font-weight:600;color:#e0e0e0;margin-bottom:6px}.workflow-step__body p{font-size:.84rem;color:#666;line-height:1.6}.workflow-step__line{width:48px;height:1px;align-self:center;background:#1a1a1f;flex-shrink:0}.comparison{padding:120px 48px 100px;max-width:1000px;margin:0 auto;border-top:1px solid #1a1a1f}.comparison__header{margin-bottom:48px}.comparison__header h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-.025em;color:#ededed;margin-bottom:10px}.comparison__header p{font-size:.95rem;color:#666;max-width:600px;line-height:1.6}.comparison__table-wrap{overflow-x:auto;border:1px solid #1a1a1f;border-radius:12px;background:#0d0d10}.comparison__table{width:100%;border-collapse:collapse;font-size:.88rem}.comparison__table thead{border-bottom:1px solid #1a1a1f}.comparison__table th{padding:16px 20px;text-align:left;font-weight:600;color:#888;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.comparison__table th.comparison__highlight{color:var(--accent-cyan);background:#f19ba908}.comparison__table td{padding:14px 20px;border-top:1px solid #141418;color:#777;white-space:nowrap}.comparison__table td.comparison__highlight{color:#e0e0e0;background:#f19ba908}.comparison__table td.comparison__highlight strong{color:var(--accent-cyan);font-weight:600}.comparison__table tbody tr{transition:background .15s ease}.comparison__table tbody tr:hover{background:#ffffff04}.showcase{padding:100px 48px;max-width:1200px;margin:0 auto}.showcase__container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.showcase__preview{position:relative;aspect-ratio:4/3;border-radius:12px;border:1px solid #1a1a1f;overflow:hidden;background:#0a0a0d}#showcase-canvas{width:100%!important;height:100%!important;display:block}.showcase__reflection{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,rgba(9,9,11,.95),transparent);pointer-events:none}.showcase__info h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-.025em;color:#ededed;margin-bottom:12px}.showcase__info p{font-size:.95rem;color:#666;line-height:1.65;margin-bottom:32px}.showcase__metrics{display:flex;gap:40px}.metric{display:flex;align-items:baseline;gap:6px}.metric__value{font-family:var(--font-mono);font-size:2rem;font-weight:700;color:#ededed}.metric__unit{font-size:.78rem;color:#555;text-transform:uppercase;letter-spacing:.05em}.faq{padding:120px 48px 100px;max-width:800px;margin:0 auto;border-top:1px solid #1a1a1f}.faq__header{margin-bottom:48px}.faq__header h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-.025em;color:#ededed;margin-bottom:10px}.faq__header p{font-size:.95rem;color:#666}.faq__list{display:flex;flex-direction:column;gap:2px}.faq__item{border:1px solid #1a1a1f;border-radius:10px;background:#0d0d10;overflow:hidden;transition:border-color .2s ease,background .2s ease}.faq__item:hover{border-color:#2a2a35}.faq__item[open]{border-color:#f19ba926;background:#0f0f14}.faq__question{padding:20px 24px;font-size:.92rem;font-weight:600;color:#e0e0e0;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;transition:color .15s ease;-webkit-user-select:none;user-select:none}.faq__question::-webkit-details-marker{display:none}.faq__question:after{content:"+";font-size:1.2rem;font-weight:300;color:#555;flex-shrink:0;margin-left:16px;transition:transform .25s ease,color .25s ease}.faq__item[open] .faq__question:after{content:"−";color:var(--accent-cyan);transform:rotate(180deg)}.faq__question:hover{color:#fff}.faq__answer{padding:0 24px 20px;animation:faqSlideIn .3s ease}.faq__answer p{font-size:.88rem;color:#777;line-height:1.7}.faq__answer code{font-family:var(--font-mono);font-size:.82rem;background:#f19ba90f;color:var(--accent-cyan);padding:2px 6px;border-radius:4px}@keyframes faqSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.learn-hub{padding:80px 48px 40px;border-top:1px solid #1a1a1f}.learn-hub__header{max-width:760px;margin:0 auto 36px;text-align:center}.learn-hub__header h2{font-size:clamp(1.9rem,4vw,3rem);color:#ededed;margin-bottom:14px}.learn-hub__header p{font-size:.98rem;color:#6f6f84;line-height:1.7}.learn-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.learn-hub__card{padding:28px;background:linear-gradient(180deg,#111118eb,#0a0a0feb);border:1px solid rgba(255,255,255,.06);border-radius:24px;box-shadow:var(--shadow-card)}.learn-hub__eyebrow{display:inline-block;margin-bottom:12px;font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-cyan)}.learn-hub__card h3{font-size:1.25rem;color:#f3f3f8;margin-bottom:12px}.learn-hub__card p{color:#7b7b91;font-size:.92rem;line-height:1.75}.learn-hub__card code{font-family:var(--font-mono);color:var(--accent-cyan)}.learn-hub__link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-family:var(--font-display);font-size:.88rem;font-weight:600;color:#f1f1f6}.learn-hub__link:hover{color:var(--accent-cyan)}.cta{padding:120px 48px;text-align:center;border-top:1px solid #1a1a1f}.cta__content{max-width:500px;margin:0 auto}.cta__content h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;letter-spacing:-.03em;color:#ededed;margin-bottom:12px}.cta__content p{font-size:1rem;color:#666;margin-bottom:28px;line-height:1.6}.footer{border-top:1px solid #1a1a1f;padding:0 48px}.footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;padding:48px 0 32px;gap:32px}.footer__brand{display:flex;flex-direction:column;gap:14px}.footer__about{font-size:.82rem;color:#555;line-height:1.6;max-width:280px}.footer__col{display:flex;flex-direction:column;gap:10px}.footer__col-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#666;font-weight:600;margin-bottom:4px}.footer__col a{font-size:.82rem;color:#555;transition:color .15s}.footer__col a:hover{color:#aaa}.footer__bottom{border-top:1px solid #141418;padding:16px 0;text-align:center}.footer__copy{font-size:.72rem;color:#444}@media(max-width:1024px){.about__body{grid-template-columns:1fr;gap:40px}.feature-hero__preview{grid-template-columns:1fr}.feature-hero__editor-mock{border-right:none;border-bottom:1px solid #1a1a1f}.features__grid{grid-template-columns:1fr 1fr}.feature-hero{grid-column:1 / -1}.use-cases__grid{grid-template-columns:1fr 1fr}.learn-hub__grid{grid-template-columns:1fr}.workflow__steps{flex-direction:column;gap:24px}.workflow-step__line{width:1px;height:24px;align-self:flex-start;margin-left:16px}.footer__inner{grid-template-columns:1fr 1fr}}@media(max-width:768px){.navbar{padding:0 20px}.navbar__links{display:none}.navbar__hamburger{display:flex}.navbar__desktop-cta{display:none}.hero__content{padding:0 20px}.hero__subtitle-box{margin-bottom:24px}.hero__subtitle{padding:11px 14px 11px 16px;border-radius:0 10px 10px 0}.about,.features{padding:80px 20px 60px}.features__grid{grid-template-columns:1fr}.use-cases{padding:80px 20px 60px}.use-cases__grid{grid-template-columns:1fr}.workflow{padding:60px 20px}.comparison{padding:80px 20px 60px}.comparison__table{font-size:.82rem}.comparison__table th,.comparison__table td{padding:12px 14px}.showcase{padding:60px 20px}.showcase__container{grid-template-columns:1fr;gap:32px}.showcase__metrics{gap:24px}.faq{padding:80px 20px 60px}.learn-hub{padding:80px 20px 24px}.cta{padding:80px 20px}.footer{padding:0 20px}.footer__inner{grid-template-columns:1fr;gap:32px;text-align:left}}@media(max-width:480px){.hero__title{font-size:2.2rem}.showcase__metrics{flex-direction:column;gap:16px}.comparison__table-wrap{margin:0 -20px;border-radius:0;border-left:none;border-right:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.uiverse-glow-btn{position:relative;display:flex;align-items:center;justify-content:center;padding:.75rem;background-color:#262626;height:4rem;width:16rem;border:1px solid #404040;color:#f9fafb;font-size:1rem;font-weight:700;border-radius:.5rem;overflow:hidden;text-decoration:underline;text-underline-offset:2px;transform-origin:left;transition:all .5s ease;cursor:pointer;text-decoration-thickness:1px}.uiverse-glow-btn:hover{border-color:#fda4af;text-decoration-thickness:2px;text-underline-offset:4px;color:#fda4af}.uiverse-glow-btn:before{content:"";position:absolute;width:3rem;height:3rem;right:.25rem;top:.25rem;z-index:10;background-color:#8b5cf6;border-radius:9999px;filter:blur(16px);transition:all .5s ease}.uiverse-glow-btn:hover:before{box-shadow:20px 20px 20px 30px #a21caf;right:3rem;top:3rem;filter:blur(8px)}.uiverse-glow-btn:after{content:"";position:absolute;z-index:10;width:5rem;height:5rem;background-color:#fda4af;right:2rem;top:.75rem;border-radius:9999px;filter:blur(16px);transition:all .5s ease}.uiverse-glow-btn:hover:after{right:-2rem}.uiverse-glow-btn .text{position:relative;z-index:20;font-family:inherit;transition:inherit}.uiverse-glow-btn.nav-size{height:2.5rem;width:auto;padding:0 1.25rem;font-size:.82rem;border-radius:.375rem}.uiverse-glow-btn.nav-size:after{width:3rem;height:3rem;right:-.5rem;top:-.5rem}.uiverse-glow-btn.nav-size:before{width:2rem;height:2rem}
