.btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;border-radius:24px;font-size:14px;cursor:pointer;text-transform:uppercase;transition:background-color .5s,color .5s,backdrop-filter .5s;width:fit-content}.btn-primary{background-color:#000;color:#fff}.btn-primary:hover{background-color:var(--color-accent-base);color:#000}.btn-secondary{-webkit-backdrop-filter:brightness(1) blur(10px);backdrop-filter:brightness(1) blur(10px);outline:1px solid rgba(255,255,255,.35);color:#fff}.btn-secondary:hover{-webkit-backdrop-filter:brightness(1.2) blur(10px);backdrop-filter:brightness(1.2) blur(10px);color:#fff}.btn-tertiary{color:#fff;background-color:transparent;filter:drop-shadow(0 0 7px rgba(0,0,0,.5))}.btn-tertiary:hover{background-color:#0000001a;color:#fff}.btn-icon{display:flex;align-items:center;justify-content:center}#main{height:100vh}.bg-wrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.bg-image{object-fit:cover;width:100%;height:100%;opacity:1}.bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,white 0%,transparent 10%,transparent 100%)}.main-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;filter:drop-shadow(0 0 10px rgba(0,0,0,.2))}.hero-eyebrow{font-family:Lexend-Light;font-size:.8rem;font-weight:600;letter-spacing:.05rem;text-transform:uppercase;color:#fff;text-shadow:0 0 4px rgba(0,0,0,.5)}.hero-heading{font-family:Lexend-Regular;font-size:4.5rem;text-align:center;color:#fff;line-height:1.1;font-weight:700;margin:30px 0;max-width:640px;text-shadow:0 0 2px rgba(0,0,0,.1);letter-spacing:.15rem}.hero-caption{font-family:Lexend-Light;font-size:24px;color:#fff;text-align:center;margin:0;letter-spacing:.015em;display:flex;flex-direction:column;align-items:center}.hero-actions{display:flex;gap:12px;align-items:center}.scroll-indicator{position:absolute;bottom:64px;width:100%;display:flex;justify-content:center}@media screen and (max-width: 768px){.hero-heading{font-size:3.1rem;max-width:90%}.hero-actions{gap:8px}.scroll-indicator{transform:scale(.8)}}#features{padding:100px 32px;display:flex;flex-direction:column;align-items:center;gap:28px}#features .caption{margin:24px 0}.features-stage{position:relative;width:100%;max-width:1300px;aspect-ratio:21 / 9;border-radius:18px;overflow:hidden}.features-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .65s ease-in-out}.features-bg--active{opacity:1}.features-scene{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;visibility:hidden}.features-scene--active,.features-scene--exiting{visibility:visible}.features-scene--active{pointer-events:auto}.features-card{position:absolute;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0000008c}.features-card-slide{width:100%;height:100%;transform:translateY(110%);transition:transform .6s cubic-bezier(.4,0,.15,1);will-change:transform}.features-scene--active .features-card-slide{transform:translateY(0)}.features-scene--exiting .features-card-slide{transform:translateY(-110%)}.features-card img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.features-card--left{left:7%;top:-10%;bottom:-10%;width:27%;transform:rotate(-1.5deg);transform-origin:center center}.features-card--center{left:50%;top:8%;bottom:8%;width:22%;transform:translate(-50%)}.features-card--right{right:7%;top:-10%;bottom:-10%;width:27%;transform:rotate(1.5deg);transform-origin:center center}.features-vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;pointer-events:none;background:linear-gradient(to right,rgba(0,0,0,.38) 0%,transparent 22%,transparent 78%,rgba(0,0,0,.38) 100%)}.features-pill{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;display:flex;align-items:center;gap:9px;padding:12px;background:#080605b8;-webkit-backdrop-filter:blur(20px) brightness(1.5);backdrop-filter:blur(20px) brightness(1.5);border-radius:999px;white-space:nowrap;pointer-events:none;width:320px}.features-pill-text{font-family:Lexend-Light,sans-serif;font-size:1.2rem;letter-spacing:.06em;color:#ffffffe0;animation:pill-text-in .45s cubic-bezier(.4,0,.2,1) .2s both;text-align:center;width:100%}@keyframes pill-text-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){#features{padding:72px 20px;gap:22px}.features-heading{font-size:clamp(1.6rem,6vw,2rem)}.features-stage{aspect-ratio:4 / 5;border-radius:14px}.features-card--center{display:none}.features-card--left{left:4%;width:42%;height:50%;top:5px}.features-card--right{right:4%;width:42%;height:50%;top:50%}.features-pill{width:260px}}#tutorials{padding:100px 32px;background:#fff;display:flex;flex-direction:column;gap:28px;align-items:center;justify-content:center}.tutorials-container{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;width:100%}.tutorials-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;padding:8px}.tutorials-track::-webkit-scrollbar{display:none}.tutorials-card{position:relative;flex:0 0 clamp(200px,22vw,350px);aspect-ratio:3 / 4;border-radius:16px;overflow:hidden;scroll-snap-align:start;cursor:pointer;background-position:center center;background-size:cover;transition:transform .25s ease}.tutorials-card:hover{transform:scale(1.02)}.tutorials-card-badge{position:absolute;top:24px;left:24px;z-index:2;display:flex;align-items:center;gap:6px;font-family:Lexend-Light;font-size:1.1rem;color:#fff;border-radius:999px;letter-spacing:.02em}.tutorials-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.25) 65%,rgba(0,0,0,.72) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:24px;box-sizing:border-box;gap:5px}.tutorials-card-label{font-family:Lexend-Light;font-size:.8rem;letter-spacing:.13em;text-transform:uppercase;color:#ccc;display:flex;gap:6px}.tutorials-card-title{font-family:Lexend-Light;font-size:.9rem;color:#fff;margin:0;line-height:1.45}.lb-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000d1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;animation:lb-fade-in .2s ease}@keyframes lb-fade-in{0%{opacity:0}to{opacity:1}}.lb-dialog{width:100%;max-width:1200px;background:#171511;border-radius:16px;overflow:hidden;box-shadow:0 32px 80px #0009;animation:lb-slide-up .22s ease}@keyframes lb-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lb-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-top:1px solid rgba(255,255,255,.08);gap:16px}.lb-meta{display:flex;align-items:center;gap:8px;min-width:0}.lb-badge{display:flex;align-items:center;gap:5px;font-family:Lexend-SemiBold;font-size:1.1rem;color:#fff;padding:4px 9px 4px 7px;white-space:nowrap;flex-shrink:0}.lb-label{font-family:Lexend-Medium;font-size:.8rem;letter-spacing:.13em;text-transform:uppercase;color:#fff6;flex-shrink:0}.lb-title{font-family:Lexend-Regular;font-size:.85rem;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-close{width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#ffffff12;color:#fff9;font-size:.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease}.lb-close:hover{background:#ffffff26;color:#fff}.lb-video-wrap{width:100%;aspect-ratio:16 / 9;background:#000}.lb-video{width:100%;height:100%;display:block}.lb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-position:center center;background-size:cover}.lb-placeholder-text{font-family:Lexend-Light;font-size:.9rem;color:#ffffff73;letter-spacing:.04em}.tutorials-arrows{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.tutorials-arrow{width:32px;height:32px;border-radius:50%;background:#000;color:#fff;font-size:1.15rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.tutorials-arrow:hover:not(.tutorials-arrow--disabled){background:var(--color-accent-base);border-color:var(--color-accent-base);color:#000}.tutorials-arrow--disabled{opacity:.15;cursor:default}@media screen and (max-width: 768px){#tutorials{padding:16px 0}.tutorials-container{padding:0 16px;width:calc(100% - 32px)}}#plugin{padding:100px 32px;background-color:#fff}#plugin .caption{color:#fff}.plugin-panel{position:relative;max-width:1700px;margin:0 auto;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.plugin-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit}.plugin-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.plugin-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000bf,#00000059,#0000001a)}.plugin-content{display:flex;flex-direction:column;justify-content:center;padding:56px 64px;z-index:1;align-items:center;gap:24px}.plugin-content .btn-primary{font-size:1.75rem;border-radius:3.5rem;padding:1.75rem}.plugin-toast{position:fixed;bottom:32px;left:0;background:#000000d9;color:#fff;padding:12px 0;margin:0 24px;width:calc(100% - 48px);border-radius:8px;font-size:.95rem;z-index:1000;white-space:nowrap;pointer-events:none;text-align:center}.downlopluginads-buttons{display:flex;align-items:center;flex-direction:column;gap:12px;flex-wrap:wrap}@media screen and (max-width: 768px){#plugin{padding:100px 0 0}.plugin-panel{width:100%;height:100vh;border-radius:0}.plugin-content{padding:32px 24px;gap:16px}.plugin-content .btn-primary{font-size:1rem;padding:1rem}.plugin-buttons{flex-direction:column;gap:12px}}#pricing{padding:100px 0;background-color:#fff;overflow:hidden}.pricing-heading-wrap{max-width:1100px;margin:0 auto;padding:0 0 24px;display:flex;justify-content:center}.pricing-models-wrap{display:flex;align-items:center;justify-content:center;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:20px 72px}.pricing-model-item{display:inline-flex;align-items:center;gap:8px;padding:0 36px 0 0;margin-right:36px;border-right:1px solid #e0e0e0;white-space:nowrap}.pricing-model-item:last-child{border-right:none;padding-right:0;margin-right:0}.pricing-model-icon{display:flex;align-items:center;color:#555;flex-shrink:0}.pricing-model-name{font-family:Lexend-Regular;font-size:.9rem;color:#555;letter-spacing:.01em}@media screen and (max-width: 768px){.pricing-models-wrap{flex-direction:column;padding:20px 24px}.pricing-model-item{padding:12px 0;margin-right:0;border-right:none;border-bottom:1px solid #e0e0e0;width:100%;justify-content:center}.pricing-model-item:last-child{border-bottom:none;padding-bottom:0}.pricing-model-item:first-child{padding-top:0}}#faq{padding:100px 32px;background-color:var(--bg-dark);display:flex;flex-direction:column;align-items:center;gap:24px}#faq .heading{color:#fff}.faq-list{width:100%;max-width:800px;display:flex;flex-direction:column;gap:12px}.faq-item{background:#1d1a16;border:1px solid hsl(35,15%,16%);border-radius:12px;overflow:hidden;transition:border-color .2s ease}.faq-item:hover{border-color:#493b27}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:22px 28px;background:none;border:none;cursor:pointer;text-align:left;gap:16px}.faq-question-text{font-family:Lexend-SemiBold;font-size:.95rem;color:#fff;line-height:1.4}.faq-arrow{color:var(--color-accent-base);flex-shrink:0;transition:transform .28s cubic-bezier(.4,0,.2,1)}.faq-arrow.open{transform:rotate(180deg)}.faq-answer{font-family:Lexend-Light;font-size:.9rem;color:#9e9e9e;line-height:1.7;max-height:0;overflow:hidden;padding:0 28px;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1),opacity .28s ease;opacity:0;border-top:1px solid transparent}.faq-answer.open{max-height:300px;padding:16px 28px 22px;opacity:1;border-top-color:#29251e}@media screen and (max-width: 768px){#faq{padding:80px 16px}.faq-question{padding:18px 22px}.faq-answer{padding:0 22px}.faq-answer.open{padding:14px 22px 18px}}.legal-page{padding:150px 24px 100px;background-color:var(--bg-dark);display:flex;flex-direction:column;align-items:center;gap:24px;min-height:60vh}.legal-page .heading{color:#fff;text-align:center}.legal-page .last-updated{font-family:Lexend-Light;font-size:.85rem;color:#737373;margin-top:-8px}.legal-intro{width:100%;max-width:800px;display:flex;flex-direction:column;gap:10px}.legal-intro p{font-family:Lexend-Light;font-size:.9rem;color:#9e9e9e;line-height:1.7;margin:0}.legal-list{width:100%;max-width:800px;display:flex;flex-direction:column;gap:12px}.legal-section-item{background:#1d1a16;border:1px solid hsl(35,15%,16%);border-radius:12px;overflow:hidden;transition:border-color .2s ease}.legal-section-item:hover{border-color:#493b27}.legal-section-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:22px 28px;background:none;border:none;cursor:pointer;text-align:left;gap:16px}.legal-section-title{font-family:Lexend-SemiBold;font-size:.95rem;color:#fff;line-height:1.4}.legal-section-body{max-height:0;overflow:hidden;padding:0 28px;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1),opacity .28s ease;opacity:0;border-top:1px solid transparent}.legal-section-body.open{max-height:3000px;padding:16px 28px 24px;opacity:1;border-top-color:#29251e}.legal-section-body p,.legal-section-body ul{font-family:Lexend-Light;font-size:.9rem;color:#9e9e9e;line-height:1.7;margin:0 0 12px}.legal-section-body ul{padding-left:20px;display:flex;flex-direction:column;gap:8px}.legal-section-body li{color:#9e9e9e}.legal-section-body *:last-child{margin-bottom:0}.legal-section-body a{color:var(--color-accent-base);text-decoration:none}.legal-section-body a:hover{text-decoration:underline}.changelog-list{gap:16px}.changelog-entry{cursor:default}.changelog-header{display:flex;align-items:center;gap:12px;padding:22px 28px 0}.changelog-date{font-family:Lexend-SemiBold;font-size:.85rem;color:#737373}.changelog-plan{font-family:Lexend-SemiBold;font-size:.75rem;color:var(--color-accent-base);background:#282015;border:1px solid hsl(35,30%,22%);border-radius:20px;padding:2px 10px;text-transform:uppercase;letter-spacing:.04em}.changelog-body{border-top:none!important}.changelog-title{font-family:Lexend-SemiBold!important;font-size:.95rem!important;color:#fff!important}.changelog-error{font-family:Lexend-Light;font-size:.9rem;color:#737373}.navbar{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:24px 48px 0;width:100%;box-sizing:border-box;z-index:1000}.navbar-logo a{color:#fff;font-size:18px;font-weight:700;text-decoration:none;letter-spacing:.02em}.navbar-logo a:hover{color:#e0e0e0}.navbar-links{display:flex;align-items:center;gap:36px}.navbar-link{color:#fff;font-size:14px;font-weight:500;text-decoration:none;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 0 2px rgba(0,0,0,.5);transition:color .25s ease,text-shadow .25s ease}.navbar-link:hover,.navbar-link[data-status=active]{text-shadow:0 0 3px rgba(0,0,0,.5);color:var(--color-accent-lighter)}.navbar-actions{display:flex;align-items:center;gap:10px;min-width:215px}.navbar-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger-bar{display:block;width:24px;height:2px;background-color:#fff;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.hamburger-bar.open:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-bar.open:nth-child(2){opacity:0}.hamburger-bar.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#000000e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:24px;flex-direction:column;gap:0;border-top:1px solid rgba(255,255,255,.08)}.mobile-menu-link{color:#e6e6e6;font-size:16px;font-weight:500;text-decoration:none;letter-spacing:.08em;text-transform:uppercase;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08);transition:color .2s ease}.mobile-menu-link:hover{color:var(--color-accent-base)}.mobile-menu-action{padding-top:24px}@media screen and (max-width: 1024px){.navbar{padding:24px}.navbar-links,.navbar-actions{display:none}.navbar-hamburger,.mobile-menu{display:flex}}.footer{background-color:#0c0b08;border-top:1px solid hsl(35,15%,12%);padding:72px 48px 32px;display:flex;flex-direction:column;align-items:center}.footer-top{display:flex;gap:64px;padding-bottom:56px;border-bottom:1px solid hsl(35,15%,10%);max-width:1500px;width:100%}.footer-brand{flex:1;display:flex;flex-direction:column;gap:16px}.footer-logo{height:32px;width:auto;object-fit:contain;object-position:left}.footer-tagline{font-family:Lexend-Light;font-size:.875rem;color:#999;margin:0;max-width:280px;line-height:1.65}.footer-socials{display:flex;gap:12px;margin-top:4px}.footer-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#1d1a16;border:1px solid hsl(35,15%,16%);color:#9e9e9e;text-decoration:none;transition:color .15s ease,border-color .15s ease,background .15s ease}.footer-social-link:hover{color:var(--color-accent-base);border-color:#493b27;background:#231f1a}.footer-nav-stack{display:flex;flex-direction:column;gap:36px}.footer-nav{display:flex;flex-direction:column;gap:16px;min-width:140px}.footer-nav-heading{font-family:Lexend-SemiBold;font-size:.7rem;color:#666;text-transform:uppercase;letter-spacing:.12em}.footer-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.footer-nav-link{font-family:Lexend-Regular;font-size:.875rem;color:#999;text-decoration:none;transition:color .15s ease}.footer-nav-link:hover{color:var(--color-accent-base)}.footer-bottom{padding-top:28px;display:flex;align-items:center;justify-content:center}.footer-copy{font-family:Lexend-Light;font-size:.8rem;color:#666}@media (max-width: 640px){.footer{padding:56px 24px 28px}.footer-top{flex-direction:column;gap:40px}}@font-face{font-family:Lexend-Black;src:url(/fonts/Lexend-Black.ttf)}@font-face{font-family:Lexend-Bold;src:url(/fonts/Lexend-Bold.ttf)}@font-face{font-family:Lexend-ExtraBold;src:url(/fonts/Lexend-ExtraBold.ttf)}@font-face{font-family:Lexend-ExtraLight;src:url(/fonts/Lexend-ExtraLight.ttf)}@font-face{font-family:Lexend-Light;src:url(/fonts/Lexend-Light.ttf)}@font-face{font-family:Lexend-Medium;src:url(/fonts/Lexend-Medium.ttf)}@font-face{font-family:Lexend-Regular;src:url(/fonts/Lexend-Regular.ttf)}@font-face{font-family:Lexend-SemiBold;src:url(/fonts/Lexend-SemiBold.ttf)}@font-face{font-family:Lexend-Thin;src:url(/fonts/Lexend-Thin.ttf)}:root{--color-accent-lightest: hsl(35, 80%, 80%);--color-accent-lighter: hsl(35, 80%, 70%);--color-accent-light: hsl(35, 80%, 65%);--color-accent-base: hsl(35, 80%, 60%);--color-accent-dark: hsl(35, 80%, 55%);--color-accent-darker: hsl(35, 80%, 50%);--color-accent-black: hsl(35, 80%, 12%);--bg-dark: hsl(35, 20%, 5%)}html{scroll-behavior:smooth}html,body{margin:0;padding:0;font-family:Lexend-Regular;background-color:#fff}button{all:unset}.heading{font-family:Lexend-Light;font-size:clamp(2rem,4.5vw,3.2rem);color:#000;text-align:center;letter-spacing:-.025em;line-height:1.12;max-width:1100px;margin:0 0 24px}.caption{font-family:Lexend-Light;font-size:24px;color:#999;text-align:center;margin:0;letter-spacing:.015em;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 768px){.caption{font-size:1.1rem}}
