@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6}*,:before,:after{box-sizing:border-box}body{min-height:100vh;color:inherit;background-color:#0a0a0a;margin:0}#root{width:100%;min-height:100vh}.chat__trigger{color:#0a0a0a;cursor:pointer;z-index:20;background:#f5f5f5;border:none;border-radius:999px;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;transition:transform .2s,opacity .2s;display:flex;position:fixed;bottom:1.75rem;right:1.75rem;box-shadow:0 15px 35px #00000073}.chat__trigger--hidden{pointer-events:none;opacity:0;transform:scale(.9)}.chat__window{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:25;background:#141414;border:1px solid #262626;border-radius:20px;flex-direction:column;width:min(360px,100% - 2rem);display:flex;position:fixed;bottom:1.5rem;right:1.5rem;overflow:hidden;box-shadow:0 30px 70px #000000a6}.chat__header{color:#f5f5f5;border-bottom:1px solid #262626;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:600;display:flex}.chat__close{color:#f5f5ffbf;cursor:pointer;background:0 0;border:none;font-size:1rem}.chat__messages{flex-direction:column;gap:.75rem;max-height:320px;padding:0 1.25rem 1rem;display:flex;overflow-y:auto}.chat__messages::-webkit-scrollbar{width:6px}.chat__messages::-webkit-scrollbar-track{background:0 0}.chat__messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}.chat__messages{scrollbar-width:thin;scrollbar-color:#fff3 transparent}.chat__message{border-radius:12px;padding:.85rem 1rem;font-size:.95rem;line-height:1.45}.chat__message--bot{color:#f5f5f5;background:#1a1a1a}.chat__message--user{color:#0a0a0a;background:#f5f5f5;align-self:flex-end}.chat__actions{border-top:1px solid #262626;padding:.75rem 1.25rem 1.25rem}.chat__buttons{flex-direction:column;gap:.5rem;display:flex}.chat__buttons button{color:#f5f5f5;text-align:left;cursor:pointer;background:#1a1a1a;border:1px solid #262626;border-radius:999px;padding:.65rem 1rem;font-size:.9rem;transition:background .2s,border-color .2s}.chat__buttons button:hover{background:#262626;border-color:#f5f5f5}.chat__email-form,.chat__text-form{gap:.5rem;display:flex}.chat__email-form input,.chat__text-form input{color:#f5f5f5;background:#1a1a1a;border:1px solid #262626;border-radius:999px;flex:1;padding:.6rem 1rem;font-size:.9rem}.chat__email-form input:focus,.chat__text-form input:focus{border-color:#f5f5f5;outline:none}.chat__email-form button,.chat__text-form button{color:#0a0a0a;cursor:pointer;background:#f5f5f5;border:none;border-radius:999px;padding:.6rem 1.1rem;font-weight:600}.chat__done{text-align:center;color:#a3a3a3}@media (max-width:600px){.chat__window{width:calc(100% - 1.5rem);bottom:.75rem;right:.75rem}.chat__trigger{width:3.5rem;height:3.5rem;bottom:1rem;right:1rem}.chat__trigger svg{width:24px;min-width:24px;height:24px;min-height:24px}}:root{--background:#0a0a0a;--foreground:#f5f5f5;--card:#141414;--card-foreground:#f5f5f5;--primary:#f5f5f5;--primary-foreground:#0a0a0a;--secondary:#262626;--secondary-foreground:#f5f5f5;--muted:#1a1a1a;--muted-foreground:#a3a3a3;--accent:#f5f5f5;--accent-foreground:#0a0a0a;--border:#262626;--ring:#404040;--radius:.5rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto}.app{flex-direction:column;min-height:100vh;display:flex;position:relative}.main{z-index:1;flex:1;padding-top:80px;position:relative}.pixel-blast-background{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.pixel-blast-background .pixel-blast,.pixel-blast{width:100%;height:100%;position:relative;overflow:hidden}.typing-cursor{color:var(--accent);font-weight:100;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.card-nav-container{z-index:99;width:90%;max-width:800px;position:fixed;top:1.2em;left:50%;transform:translate(-50%)}@media (min-width:768px){.card-nav-container{top:2em}}.card-nav{will-change:height;border-radius:.75rem;height:60px;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000004d}.card-nav-top{z-index:2;justify-content:space-between;align-items:center;height:60px;padding:.5rem .5rem .5rem 1.1rem;display:flex;position:absolute;inset:0}.hamburger-menu{cursor:pointer;flex-direction:column;order:2;justify-content:center;align-items:center;gap:6px;height:100%;padding:0 .5rem;display:flex}@media (min-width:768px){.hamburger-menu{order:0}}.hamburger-line{transform-origin:50%;background:currentColor;width:30px;height:2px;transition:transform .3s,opacity .3s}.hamburger-menu:hover .hamburger-line{opacity:.75}.hamburger-line--open-1{transform:translateY(4px)rotate(45deg)}.hamburger-line--open-2{transform:translateY(-4px)rotate(-45deg)}.logo-container{order:1;align-items:center;gap:.5rem;display:flex}@media (min-width:768px){.logo-container{order:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.logo-container .logo{border-radius:4px;width:28px;height:28px}.logo-container .logo-text{color:var(--foreground);font-size:1.125rem;font-weight:600}.card-nav-cta-button{cursor:pointer;border:0;border-radius:.55rem;align-items:center;height:100%;padding:0 1rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:none}.card-nav-cta-button:hover{opacity:.9}@media (min-width:768px){.card-nav-cta-button{display:inline-flex}}.card-nav-content{z-index:1;visibility:hidden;pointer-events:none;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;padding:.5rem;display:flex;position:absolute;inset:60px 0 0}.card-nav-content.visible{visibility:visible;pointer-events:auto}@media (min-width:768px){.card-nav-content{flex-direction:row;align-items:flex-end;gap:12px}}.nav-card{-webkit-user-select:none;user-select:none;border-radius:.55rem;flex-direction:column;flex:auto;gap:.5rem;min-width:0;height:auto;min-height:60px;padding:12px 16px;display:flex;position:relative}@media (min-width:768px){.nav-card{flex:1;height:100%;min-height:0}}.nav-card-label{letter-spacing:-.5px;font-size:18px;font-weight:400}@media (min-width:768px){.nav-card-label{font-size:22px}}.nav-card-links{flex-direction:column;gap:2px;margin-top:auto;display:flex}.nav-card-link{cursor:pointer;color:inherit;align-items:center;gap:6px;font-size:15px;text-decoration:none;transition:opacity .3s;display:inline-flex}.nav-card-link:hover{opacity:.75}@media (min-width:768px){.nav-card-link{font-size:16px}}.nav-card-link-icon{flex-shrink:0}.nav{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0a0a0acc;position:fixed;top:0;left:0;right:0}.nav__container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:1rem 1.5rem;display:flex}.nav__logo{align-items:center;gap:.5rem;display:flex}.nav__logo-icon{background:var(--accent);border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.nav__logo-icon span{color:var(--accent-foreground);font-size:.875rem;font-weight:700}.nav__logo-text{font-size:1.125rem;font-weight:600}.nav__desktop{align-items:center;gap:2rem;display:flex}.nav__link{color:var(--muted-foreground);font-size:.875rem;transition:color .2s}.nav__link:hover{color:var(--accent)}.nav__cta{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:opacity .2s}.nav__cta:hover{opacity:.9}.nav__cta--mobile{text-align:center;display:block}.nav__mobile-toggle{color:var(--foreground);cursor:pointer;background:0 0;border:none;display:none}.nav__mobile{border-top:1px solid var(--border);background:var(--background);padding:1rem 1.5rem;display:none}.nav__mobile .nav__link{padding:.75rem 0;display:block}@media (max-width:768px){.nav__desktop{display:none}.nav__mobile-toggle{display:block}.nav__mobile{flex-direction:column;gap:.5rem;display:flex}}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn--primary{background:var(--accent);color:var(--accent-foreground)}.btn--primary:hover{opacity:.9}.btn--secondary{color:var(--foreground);border:1px solid var(--border);background:0 0}.btn--secondary:hover{background:var(--muted)}.btn--full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.hero{border-bottom:1px solid var(--border);padding:5rem 1.5rem}.hero__container{text-align:center;max-width:900px;margin:0 auto}.hero__badge{background:var(--muted);border:1px solid var(--border);color:var(--muted-foreground);border-radius:9999px;margin-bottom:2rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.hero__title{text-wrap:balance;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1}.hero__subtitle{color:var(--muted-foreground);text-wrap:balance;max-width:640px;margin:0 auto 3rem;font-size:1.125rem}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.hero__stats{border-top:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:2rem;padding-top:3rem;display:grid}.hero__stat-value{margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.hero__stat-label{color:var(--muted-foreground);font-size:.875rem}@media (max-width:768px){.hero__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero__stats{grid-template-columns:1fr}}@media (max-width:768px){.hero{padding:3rem 1rem}.hero__title{margin-bottom:1rem;font-size:clamp(1.75rem,8vw,2.5rem)}.hero__subtitle{margin-bottom:2rem;font-size:1rem}.hero__actions{flex-direction:column;width:100%;margin-bottom:2rem}.hero__actions .btn{justify-content:center;width:100%}.hero__badge{padding:.25rem .5rem;font-size:.7rem}.section{padding:3rem 1rem}.section__title{font-size:1.75rem}.section__subtitle{font-size:1rem}.main{padding-top:100px}}@media (max-width:480px){.hero__title{font-size:1.5rem}.hero__subtitle{font-size:.9rem}.section__title{font-size:1.5rem}.btn{padding:.75rem 1.25rem;font-size:.9rem}.demo-form input,.demo-form select,.contact__form input,.contact__form textarea{font-size:16px}.terminal{font-size:.75rem}.pricing__card{padding:1.5rem}.pricing__price{font-size:2rem}}@media (hover:none) and (pointer:coarse){.btn,button,input[type=submit],input[type=button]{min-height:44px;padding:.875rem 1.5rem}input,textarea,select{min-height:44px;font-size:16px}.nav-card-link,a{align-items:center;min-height:44px;display:inline-flex}}.section{padding:5rem 1.5rem}.section--muted{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#1a1a1a4d}.section__container{max-width:1200px;margin:0 auto}.section__container--narrow{max-width:800px}.section__header{margin-bottom:4rem}.section__title{text-wrap:balance;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.section__title--center{text-align:center}.section__subtitle{color:var(--muted-foreground);max-width:640px;font-size:1.125rem}.section__subtitle--center{text-align:center;margin:0 auto 2rem}.section__eyebrow{color:var(--muted-foreground);letter-spacing:.1em;margin-bottom:1.5rem;font-size:.75rem;font-weight:500}.section__note{text-align:center;color:var(--muted-foreground);margin-top:1.5rem;font-size:.75rem}.features__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.features__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.features__list{flex-direction:column;gap:1.5rem;display:flex}.features__item{gap:1rem;display:flex}.features__icon{width:20px;height:20px;color:var(--accent);flex-shrink:0;margin-top:.25rem}.features__item h3{margin-bottom:.25rem;font-size:1rem;font-weight:600}.features__item p{color:var(--muted-foreground);font-size:.875rem}@media (max-width:768px){.features__grid{grid-template-columns:1fr}}.terminal{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);font-family:SF Mono,Fira Code,monospace;font-size:.875rem;overflow:hidden}.terminal__header{border-bottom:1px solid var(--border);align-items:center;padding:1rem;display:flex}.terminal__dots{gap:.5rem;display:flex}.terminal__dot{border-radius:50%;width:12px;height:12px}.terminal__dot--red{background:#ef444480}.terminal__dot--yellow{background:#eab30880}.terminal__dot--green{background:#22c55e80}.terminal__title{color:var(--muted-foreground);margin-left:auto;font-size:.75rem}.terminal__body{padding:1.5rem}.terminal__line{color:var(--muted-foreground);margin-bottom:.25rem}.terminal__line:has(.terminal__prompt){color:var(--foreground)}.terminal__prompt{color:var(--accent)}.benefits__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.benefit{flex-direction:column;gap:.75rem;display:flex}.benefit__header{align-items:center;gap:.5rem;display:flex}.benefit__icon{width:20px;height:20px;color:var(--accent)}.benefit h3{font-size:1.125rem;font-weight:600}.benefit p{color:var(--muted-foreground)}@media (max-width:768px){.benefits__grid{grid-template-columns:1fr}}.usecases__grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.usecase h3{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.usecase ul{flex-direction:column;gap:.5rem;display:flex}.usecase li{color:var(--muted-foreground);align-items:center;gap:.5rem;display:flex}.usecase__dot{background:var(--accent);border-radius:50%;width:6px;height:6px}@media (max-width:768px){.usecases__grid{grid-template-columns:1fr}}.logos{opacity:.6;grid-template-columns:repeat(5,1fr);align-items:center;gap:2rem;margin-bottom:4rem;display:grid}.logos__item{color:var(--foreground);font-size:1.125rem;font-weight:600}@media (max-width:768px){.logos{grid-template-columns:repeat(2,1fr)}}.testimonials{border-top:1px solid var(--border);padding-top:3rem}.testimonials__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.testimonial{border:1px solid var(--border);border-radius:var(--radius);background:0 0;padding:1.5rem}.testimonial__quote{margin-bottom:1rem;font-style:italic}.testimonial__name{font-size:.875rem;font-weight:600}.testimonial__company{color:var(--muted-foreground);font-size:.75rem}@media (max-width:768px){.testimonials__grid{grid-template-columns:1fr}}.demo-form{max-width:600px;margin:0 auto}.demo-form__fields{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.demo-form label{flex-direction:column;gap:.5rem;display:flex}.demo-form label span{color:var(--muted-foreground);font-size:.875rem}.demo-form input,.demo-form select{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);padding:.75rem 1rem;font-size:1rem}.demo-form input:focus,.demo-form select:focus{border-color:var(--accent);outline:none}.demo-form input::placeholder{color:var(--muted-foreground)}.demo-form__error{color:#ef4444;text-align:center;margin-bottom:1rem;font-size:.875rem}.demo-form__success{text-align:center;padding:2rem}.demo-form__success svg{color:#22c55e;margin-bottom:1rem}@media (max-width:768px){.demo-form__fields{grid-template-columns:1fr}}.page{padding:3rem 1.5rem 5rem}.page__container{max-width:1200px;margin:0 auto}.page__container--narrow{max-width:800px}.page__title{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.page__subtitle{color:var(--muted-foreground);margin-bottom:3rem;font-size:1.125rem}.page__meta{color:var(--muted-foreground);margin-bottom:2rem;font-size:.875rem}.blog__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.blog__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.blog__meta{color:var(--muted-foreground);gap:.5rem;margin-bottom:1rem;font-size:.75rem;display:flex}.blog__card h2{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.blog__card p{color:var(--muted-foreground);margin-bottom:1rem}.blog__link{color:var(--accent);font-size:.875rem;transition:opacity .2s}.blog__link:hover{opacity:.8}@media (max-width:768px){.blog__grid{grid-template-columns:1fr}}.blog-post__back{color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;transition:color .2s;display:inline-flex}.blog-post__back:hover{color:var(--accent)}.blog-post__header{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2rem}.blog-post__meta{color:var(--muted-foreground);gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.blog-post__title{margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.blog-post__excerpt{color:var(--muted-foreground);font-size:1.25rem;line-height:1.6}.blog-post__content{color:var(--foreground);font-size:1.0625rem;line-height:1.8}.blog-post__intro{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem}.blog-post__section{margin-bottom:2.5rem}.blog-post__section h2{margin-top:2rem;margin-bottom:1rem;font-size:1.75rem;font-weight:600}.blog-post__section p{margin-bottom:1rem}.blog-post__conclusion{border-top:1px solid var(--border);margin-top:3rem;padding-top:2rem}.blog-post__conclusion h2{margin-bottom:1rem;font-size:1.75rem;font-weight:600}@media (max-width:768px){.blog-post__title{font-size:2rem}.blog-post__excerpt{font-size:1.125rem}.blog-post__content{font-size:1rem}.blog-post__section h2{font-size:1.5rem}}.docs__sections{flex-direction:column;gap:3rem;margin-bottom:4rem;display:flex}.docs__section h2{border-bottom:2px solid var(--border);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.docs__items{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.docs__item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:border-color .2s}.docs__item:hover{border-color:var(--accent)}.docs__item h3{color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:600}.docs__item p{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}.docs__help{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:2rem}.docs__help h3{margin-bottom:.5rem;font-size:1.25rem}.docs__help p{color:var(--muted-foreground);margin-bottom:1.5rem}@media (max-width:768px){.docs__items{grid-template-columns:1fr}}.contact__grid{grid-template-columns:1fr 2fr;gap:4rem;display:grid}.contact__info{flex-direction:column;gap:2rem;display:flex}.contact__item{gap:1rem;display:flex}.contact__icon{width:24px;height:24px;color:var(--accent)}.contact__item h3{margin-bottom:.25rem;font-size:.875rem;font-weight:600}.contact__item a{color:var(--muted-foreground);align-items:center;gap:.25rem;font-size:.875rem;transition:color .2s;display:inline-flex}.contact__item a:hover{color:var(--accent)}.contact__form{flex-direction:column;gap:1.5rem;display:flex}.contact__form label{flex-direction:column;gap:.5rem;display:flex}.contact__form label span{color:var(--muted-foreground);font-size:.875rem}.contact__form input,.contact__form textarea{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);resize:vertical;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.contact__form input:focus,.contact__form textarea:focus{border-color:var(--accent);outline:none}.contact__success{text-align:center;padding:3rem}.contact__success svg{color:#22c55e;margin-bottom:1rem}@media (max-width:768px){.contact__grid{grid-template-columns:1fr;gap:3rem}}.legal__content{flex-direction:column;gap:2rem;display:flex}.legal__content section{border-bottom:1px solid var(--border);padding-bottom:2rem}.legal__content section:last-child{border-bottom:none}.legal__content h2{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.legal__content p{color:var(--muted-foreground);margin-bottom:1rem}.legal__content ul{margin-bottom:1rem;margin-left:1.5rem}.legal__content li{color:var(--muted-foreground);margin-bottom:.5rem;list-style:outside}.legal__content a{color:var(--accent);transition:opacity .2s}.legal__content a:hover{opacity:.8}.security__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.security__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.security__icon{width:32px;height:32px;color:var(--accent);margin-bottom:1rem}.security__card h3{margin-bottom:.5rem;font-size:1rem;font-weight:600}.security__card p{color:var(--muted-foreground);font-size:.875rem}.security__details h2{margin-top:2rem;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.security__details h2:first-child{margin-top:0}.security__details ul{margin-bottom:1rem;margin-left:1.5rem}.security__details li{color:var(--muted-foreground);margin-bottom:.5rem;list-style:outside}.security__details p{color:var(--muted-foreground)}.security__details a{color:var(--accent)}@media (max-width:768px){.security__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.security__grid{grid-template-columns:1fr}}.integrations__note{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;margin-bottom:3rem;padding:1.5rem}.integrations__note p{color:var(--muted-foreground)}.integrations__folders{grid-template-columns:repeat(3,1fr);justify-items:center;gap:1.5rem 2rem;max-width:100%;margin-bottom:4rem;padding:2rem 1rem;display:grid}.integrations__custom{background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:2rem}.integrations__custom h2{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.integrations__custom p{color:var(--muted-foreground);margin-bottom:1.5rem}@media (max-width:768px){.integrations__folders{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;padding:2rem .5rem}}@media (max-width:480px){.integrations__folders{grid-template-columns:repeat(2,1fr);gap:1rem .5rem;padding:1.5rem .25rem}}.pricing__note{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;margin-bottom:3rem;padding:1.5rem}.pricing__note p{color:var(--muted-foreground)}.pricing__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.pricing__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;position:relative}.pricing__card--featured{border-color:var(--accent);box-shadow:0 0 40px #f5f5f51a}.pricing__badge{background:var(--accent);color:var(--accent-foreground);text-transform:uppercase;border-radius:9999px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing__card h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.pricing__price{margin-bottom:.5rem;font-size:2rem;font-weight:700}.pricing__price span{color:var(--muted-foreground);font-size:1rem;font-weight:400}.pricing__desc{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:.875rem}.pricing__card ul{margin-bottom:2rem}.pricing__card li{color:var(--muted-foreground);border-bottom:1px solid var(--border);padding:.5rem 0;font-size:.875rem}.pricing__card li:last-child{border-bottom:none}.pricing__faq{border-top:1px solid var(--border);padding-top:3rem}.pricing__faq h2{margin-bottom:2rem;font-size:1.5rem;font-weight:600}.faq__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.faq__item h4{margin-bottom:.5rem;font-size:1rem;font-weight:600}.faq__item p{color:var(--muted-foreground);font-size:.875rem}@media (max-width:768px){.pricing__grid,.faq__grid{grid-template-columns:1fr}}.features-page__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.feature-card__icon{width:32px;height:32px;color:var(--accent);margin-bottom:1rem}.feature-card h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.feature-card p{color:var(--muted-foreground);font-size:.875rem}@media (max-width:768px){.features-page__grid{grid-template-columns:1fr}}.footer{border-top:1px solid var(--border);padding:2rem 1.5rem}.footer__container{max-width:1200px;margin:0 auto}.footer__bottom{justify-content:center;align-items:center;gap:2rem;display:flex}.footer__bottom p{color:var(--muted-foreground);font-size:.875rem}.footer__social{gap:1.5rem;display:flex}.footer__social a{color:var(--muted-foreground);font-size:.875rem;transition:color .2s}.footer__social a:hover{color:var(--accent)}@media (max-width:768px){.footer__bottom{text-align:center;flex-direction:column;gap:1rem}}.home{width:100%}
