*{box-sizing:border-box;border:0 solid #e5e7eb}body{margin:0;line-height:inherit}input{font-weight:400!important}h1,h2,h3,label,p{margin:0;font-size:inherit;font-weight:inherit;font-family:Sora,sans-serif}a{color:inherit;text-decoration:inherit}strong{font-weight:bolder}.button{padding:.75rem 1.25rem;border-radius:16px;color:#fff;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.95rem;letter-spacing:.02em;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 2px 8px -2px rgba(0,0,0,.1),0 4px 16px -4px rgba(0,0,0,.08),inset 0 1px 0 hsla(0,0%,100%,.1)}@media(max-width:768px){.button{padding:.65rem 1rem;font-size:.85rem;gap:6px}}@media(max-width:480px){.button{padding:.6rem .9rem;font-size:.8rem;border-radius:12px}}.button svg{width:18px;height:18px;transition:all .3s ease}@media(max-width:768px){.button svg{width:16px;height:16px}}.button:hover svg{transform:translateX(2px) scale(1.05)}.button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.15) 0,rgba(255,255,255,.05) 30%,transparent 70%);transform:scale(0);transition:transform .6s ease;border-radius:50%}.button:hover:before{transform:scale(1)}.button--primary{border-radius:18px;color:#fff;background:linear-gradient(145deg,#1a1a1a,#2c2c2c 25%,#1f1f1f 50%,#2a2a2a 75%,#0f0f0f);border:1px solid hsla(0,0%,100%,.2);transform:translateY(-2px)}@media(max-width:480px){.button--primary{border-radius:14px}}.button--primary:after{content:"";position:absolute;inset:1px;border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.1),transparent 50%,rgba(255,255,255,.05));pointer-events:none}@media(max-width:480px){.button--primary:after{border-radius:13px}}.button--primary:focus{outline:none;box-shadow:0 0 0 4px hsla(0,0%,100%,.15),0 8px 32px -4px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.2)}.button--primary:hover{background:linear-gradient(145deg,#1a1a1a,#2c2c2c 25%,#1f1f1f 50%,#2a2a2a 75%,#0f0f0f);border-color:hsla(0,0%,100%,.2);transform:translateY(-2px);box-shadow:0 8px 32px -4px rgba(0,0,0,.25),0 4px 16px -2px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.2)}.button--primary:active{transform:translateY(-1px)}.button--secondary{background:hsla(0,0%,100%,.08);color:#1a1a1a;border-radius:16px;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border:1px solid #010101}@media(max-width:480px){.button--secondary{border-radius:12px}}.button--secondary:after{content:"";position:absolute;inset:1px;border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.15),transparent 50%,rgba(255,255,255,.08));pointer-events:none}@media(max-width:480px){.button--secondary:after{border-radius:11px}}.button--secondary:focus{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.12),0 4px 24px -2px rgba(0,0,0,.1)}.button--secondary:hover{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.3);color:#000;transform:translateY(-1px);box-shadow:0 4px 24px -2px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.2)}.button--secondary:active{transform:translateY(0)}.button--tertiary{background:linear-gradient(145deg,#1a1a1a,#2d2d2d 50%,#232323);color:#fff;border:1px solid hsla(0,0%,100%,.06);border-radius:14px}@media(max-width:480px){.button--tertiary{border-radius:10px}}.button--tertiary:after{content:"";position:absolute;inset:1px;border-radius:13px;background:linear-gradient(145deg,rgba(255,255,255,.06),transparent 60%,rgba(255,255,255,.02));pointer-events:none}@media(max-width:480px){.button--tertiary:after{border-radius:9px}}.button--tertiary:focus{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.08),0 6px 24px -2px rgba(0,0,0,.2)}.button--tertiary:hover{background:linear-gradient(145deg,#2d2d2d,#3a3a3a 50%,#333333);border-color:hsla(0,0%,100%,.12);transform:translateY(-1px);box-shadow:0 12px 48px -8px rgba(0,0,0,.3),0 6px 24px -4px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.1)}.button--tertiary:active{transform:translateY(0)}.button--small{padding:.45rem .65rem;font-size:.8rem;border-radius:10px}@media(max-width:768px){.button--small{padding:.4rem .6rem;font-size:.75rem}}@media(max-width:480px){.button--small{padding:.35rem .5rem;font-size:.7rem;border-radius:8px}}.button--small:after{border-radius:0!important}.button:disabled{opacity:.4;cursor:not-allowed;transform:none!important;filter:grayscale(.3)}.button:disabled:after,.button:disabled:before{display:none}.button--loading{pointer-events:none}.button--loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid hsla(0,0%,100%,.2);border-top-color:currentcolor;border-radius:50%;animation:smoothSpin 1.2s cubic-bezier(.4,0,.6,1) infinite}@media(max-width:768px){.button--loading:after{width:16px;height:16px}}.button--loading svg{opacity:0;transform:scale(.8)}@keyframes smoothSpin{0%{transform:rotate(0deg);opacity:1}50%{opacity:.8}to{transform:rotate(1turn);opacity:1}}.button:focus-visible{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.15),0 0 0 6px hsla(0,0%,100%,.05)}img,svg,video{display:block;vertical-align:middle}.body,button{font-family:Sora,sans-serif}.body{min-height:100vh;-webkit-font-smoothing:antialiased}.body .layout .wrapper{position:relative;width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.logo{display:flex;justify-content:flex-start;gap:.5rem;align-items:center;font-size:1.25rem;font-weight:700;letter-spacing:.025em;color:#000}.logo .logo-icon{width:20px;overflow:hidden;font-size:20px}.logo .logo-text{display:flex}.logo .logo-text span:first-child{animation-delay:0s}.logo .logo-text span:nth-child(2){animation-delay:.1s}.logo .logo-text span:nth-child(3){animation-delay:.2s}.logo .logo-text span:nth-child(4){animation-delay:.4s}.logo .logo-text span:nth-child(5){animation-delay:.8s}.logo-link:hover .logo-text span{animation:weight 2s ease-in-out infinite}@keyframes weight{0%,to{font-weight:700;padding-left:0}50%{font-weight:100;padding-left:1px}}.nav-fixed{top:.25rem;max-width:1100px;margin:0 auto;padding:.5rem}@media(min-width:768px){.nav-fixed{top:1rem}}.nav-fixed .nav-container{display:flex;align-items:center;justify-content:center;margin:0 auto;height:3rem;border-radius:.75rem;border:1px solid rgba(0,0,0,.1);background:hsla(0,0%,100%,.6);padding-left:1rem;padding-right:.5rem;box-shadow:5px 5px 15px rgba(190,190,190,.15),-5px -5px 15px hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-fixed .nav-container .nav-inner{width:100%}.nav-fixed .nav-container .nav-inner .nav-content{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem}.nav-fixed .nav-menu{display:none;width:100%;align-items:center;justify-content:flex-end;gap:1rem}@media(min-width:640px){.nav-fixed .nav-menu{display:flex}}.nav-fixed .nav-menu .dropdown{position:relative}.nav-fixed .nav-menu .dropdown .dropdown-btn{display:flex;align-items:center;font-size:.875rem;color:rgba(0,0,0,.8)}.nav-fixed .nav-menu .dropdown .dropdown-btn:hover{text-decoration:underline}.nav-fixed .nav-menu .dropdown .dropdown-btn .dropdown-icon{margin-left:.25rem;font-size:.75rem}.nav-fixed .nav-menu .nav-link{font-size:.875rem;color:rgba(0,0,0,.8)}.nav-fixed .nav-menu .nav-link:hover{text-decoration:underline}.nav-fixed .nav-divider{display:none;height:1.25rem;border-right:1px solid #e5e7eb}@media(min-width:640px){.nav-fixed .nav-divider{display:block}}.nav-fixed .nav-actions{display:flex;align-items:center;justify-content:center}.main-bg{min-height:80vh;width:100%;background:#fff;padding-top:6rem}.main{z-index:20;min-height:100vh;max-width:64rem;margin:0 auto;padding:0 1.5rem;flex-direction:column;overflow-x:hidden}.hero,.main{position:relative;display:flex;align-items:center}.hero{justify-content:center;padding-top:2.5rem;z-index:10;width:100%;padding-bottom:12rem}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5rem;background:linear-gradient(0deg,rgba(0,0,0,.05),transparent)}.hero .hero-content{display:flex;width:100%;flex-direction:column;align-items:flex-start;text-align:left;text-align:center}.hero .hero-content .hero-title{width:100%;cursor:default;font-size:2rem;font-weight:700;letter-spacing:-.025em;transition:all .2s ease}.hero .hero-content .hero-subtitle{max-width:520px;margin:15px auto;font-size:1rem;color:#666}.hero .hero-content .hero-actions{margin-top:1.5rem;display:flex;gap:1rem;align-items:center;flex-direction:row;justify-content:center;text-align:center;width:100%}.hero .hero-content .hero-actions .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;font-weight:500;transition:all .15s ease;padding:.1875rem 1rem;background:#6347ff;color:#fff;border:1px solid #6347ff;height:2rem;border-radius:.375rem;font-size:.875rem;box-shadow:inset 0 1px hsla(0,0%,100%,.07),0 1px 3px rgba(17,24,39,.2);position:relative;isolation:isolate}.hero .hero-content .hero-actions .btn-primary:before{content:"";pointer-events:none;position:absolute;inset:0;z-index:-10;border-radius:.375rem;background:linear-gradient(180deg,rgba(255,255,255,.2),transparent);opacity:.5;transition:opacity .15s ease}.hero .hero-content .hero-actions .btn-primary:after{content:"";pointer-events:none;position:absolute;inset:0;z-index:-10;border-radius:.375rem;background:linear-gradient(180deg,rgba(255,255,255,.1) 46%,transparent 54%);mix-blend-mode:overlay}.hero .hero-content .hero-actions .btn-primary:hover{padding-left:.5rem;padding-right:1.5rem}.hero .hero-content .hero-actions .btn-primary:hover:before{opacity:1}.hero .hero-content .hero-actions .btn-primary:hover .btn-arrow{transform:translateX(0);opacity:1}.hero .hero-content .hero-actions .btn-primary .btn-arrow{position:absolute;right:.5rem;height:.75rem;width:.75rem;transform:translateX(100%);opacity:0;transition:all .15s ease}.demo-section{position:relative;z-index:10;width:100%;border-top:1px solid #e5e7eb}.demo-section .update-badge{position:absolute;z-index:99999;transform:translateY(-170px);left:0}@media(min-width:768px){.demo-section .update-badge{transform:translateY(-150px)}}.demo-section .update-badge a .update-text{display:inline-flex;max-width:100%;align-items:center;gap:.5rem;border-radius:9999px;font-size:.75rem;color:rgba(0,0,0,.8)}.demo-section .update-badge a .update-text:hover .update-info{text-decoration:underline}.demo-section .update-badge a .update-text .update-date{font-weight:500}.demo-section .video-wrapper{margin-bottom:-72px;transform:translateY(-9rem)}@media(min-width:768px){.demo-section .video-wrapper{transform:translateY(-7rem)}}.demo-section .video-wrapper .video-container{position:relative;margin:0 auto;max-width:1000px;overflow:hidden;border-radius:.8rem;border:1px solid rgba(0,0,0,.1);box-shadow:5px 5px 15px rgba(190,190,190,.15),-5px -5px 15px hsla(0,0%,100%,.15)}.demo-section .video-wrapper .video-container .demo-video{width:100%;transform:scale(100%)}.demo-section .video-wrapper .features-grid{width:100%;max-width:80rem;margin:0 auto;padding-top:1rem;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem}.demo-section .video-wrapper .features-grid .feature-card{border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;padding:1rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:3px 3px 10px rgba(190,190,190,.1),-3px -3px 10px hsla(0,0%,100%,.1)}.demo-section .video-wrapper .features-grid .feature-card:hover{border-color:rgba(0,0,0,.5)}.demo-section .video-wrapper .features-grid .feature-card .feature-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.demo-section .video-wrapper .features-grid .feature-card .feature-header .feature-icon{flex-shrink:0;font-size:1.25rem}.demo-section .video-wrapper .features-grid .feature-card .feature-header .feature-title{flex:1 1;min-width:0;font-size:1rem;font-weight:500}.demo-section .video-wrapper .features-grid .feature-card .feature-desc{font-size:.875rem;color:rgba(0,0,0,.6);margin-bottom:.75rem;font-weight:400}.templates{z-index:10;width:100%;padding:5rem 0 2.5rem}.templates .section-head{margin:0 auto 2rem}.templates .section-head .section-title{padding-bottom:.5rem;text-align:center;font-size:1.875rem;font-weight:700}.templates .section-head .section-subtitle{margin:.5rem auto 0;max-width:36rem;text-align:center;font-size:1.125rem;color:rgba(0,0,0,.8)}.templates .templates-carousel{margin:0 auto;width:100%;padding:2.5rem 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.templates .templates-carousel .template-card{display:flex;height:100%;width:100%;max-width:24rem;flex-direction:column;gap:.5rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff;padding:1rem;box-shadow:3px 3px 10px rgba(190,190,190,.1),-3px -3px 10px hsla(0,0%,100%,.1);transition:all .15s ease;position:relative}.templates .templates-carousel .template-card:hover{box-shadow:5px 5px 15px rgba(190,190,190,.15),-5px -5px 15px hsla(0,0%,100%,.15)}.templates .templates-carousel .template-card:hover .card-btn{opacity:1;transform:translateX(0)}.templates .templates-carousel .template-card .card-inner{display:flex;height:100%;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.5rem}.templates .templates-carousel .template-card .card-inner .card-top{display:flex;width:100%;justify-content:space-between}.templates .templates-carousel .template-card .card-inner .card-top .card-info{display:flex;flex-direction:column;gap:.5rem}.templates .templates-carousel .template-card .card-inner .card-top .card-info .card-badges{display:flex;gap:.5rem}.templates .templates-carousel .template-card .card-inner .card-top .card-info .card-badges .badge{display:inline-flex;align-items:center;gap:.375rem;border-radius:.125rem;font-size:.75rem;font-weight:500;padding:.125rem .375rem}.templates .templates-carousel .template-card .card-inner .card-top .card-info .card-badges .badge .badge-dot{height:.25rem;width:.25rem;border-radius:50%;background:currentColor}.templates .templates-carousel .template-card .card-inner .card-top .card-info .card-badges .badge.badge-sales{color:#ea580c;background:rgba(234,88,12,.1)}.templates .templates-carousel .template-card .card-inner .card-top .card-info .card-badges .badge.badge-operations{color:#65a30d;background:rgba(101,163,13,.1)}.templates .templates-carousel .template-card .card-inner .card-top .card-info .card-badges .badge.badge-marketing{color:#ca8a04;background:rgba(202,138,4,.1)}.templates .templates-carousel .template-card .card-inner .card-top .card-info .card-badges .badge.badge-strategy{color:#2563eb;background:rgba(37,99,235,.1)}.templates .templates-carousel .template-card .card-inner .card-top .card-info .card-badges .badge.badge-gtm{color:#9333ea;background:rgba(147,51,234,.1)}.templates .templates-carousel .template-card .card-inner .card-top .card-info .card-title{font-weight:700;color:rgba(0,0,0,.9)}.templates .templates-carousel .template-card .card-inner .card-top .card-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.375rem;font-weight:500;border:1px solid #e5e7eb;background:#fff;height:1.75rem;padding:.25rem .5rem;font-size:.75rem;transform:translateX(.5rem);opacity:0;transition:all .2s ease}.templates .templates-carousel .template-card .card-inner .card-top .card-btn:hover{background:#f9fafb}.templates .templates-carousel .template-card .card-desc{font-size:.75rem;color:rgba(0,0,0,.6)}.pricing{z-index:10;width:100%;padding:2.5rem;background-color:#f5f5f5;border-radius:20px;display:grid;grid-template-columns:50% 50%;grid-gap:10px;gap:10px;align-items:center}.pricing .section-head{margin:0 auto}.pricing .section-head .section-title{padding-bottom:.5rem;font-size:1.675rem;font-weight:700;max-width:350px}.pricing .section-head .section-subtitle{margin:.5rem auto 0;max-width:36rem;font-size:1.125rem;color:rgba(0,0,0,.8)}.faq{z-index:10;width:100%;padding:2.5rem 1rem 5rem}.faq .section-head{margin:0 auto;padding-bottom:1.5rem}.faq .section-head .section-title{padding-bottom:.5rem;text-align:center;font-size:1.875rem;font-weight:700}.faq .section-head .section-subtitle{margin:.5rem auto 0;max-width:36rem;text-align:center;font-size:1.125rem;color:rgba(0,0,0,.8)}.faq .faq-list{margin:0 auto;max-width:36rem}.faq .faq-list .faq-item .faq-question{display:flex;flex:1 1;align-items:center;justify-content:space-between;padding:1rem 0;font-weight:500;transition:all .2s ease;width:100%;text-align:left}.faq .faq-list .faq-item .faq-question:hover{text-decoration:underline}.faq .faq-list .faq-item .faq-question .faq-icon{height:1rem;width:1rem;flex-shrink:0;transition:transform .2s ease}.faq .faq-list .faq-item .faq-question .faq-icon.open{transform:rotate(180deg)}.faq .faq-list .faq-item .faq-answer{overflow:hidden;font-size:.875rem;padding-bottom:1rem;animation:slideDown .2s ease}.final-cta{width:100%;padding:2rem 0}.final-cta .cta-box .cta-content{max-width:26rem;margin:0 auto;text-align:center}.final-cta .cta-box .cta-content .cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.final-cta .cta-box .cta-content .cta-text{color:rgba(0,0,0,.7);margin-top:1rem;max-width:26rem;font-size:1rem;line-height:1.5}.final-cta .cta-box .cta-content .cta-text strong{font-weight:600}.final-cta .cta-box .cta-content .cta-action{position:relative;z-index:10;margin-top:1.5rem}.final-cta .cta-box .cta-content .cta-action .cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;font-weight:500;transition:all .15s ease;background:#6347ff;color:#fff;border:1px solid #6347ff;height:2rem;padding:.25rem .75rem;border-radius:.5rem;font-size:.875rem;width:100%;box-shadow:inset 0 1px hsla(0,0%,100%,.07),0 1px 3px rgba(17,24,39,.2);position:relative;isolation:isolate}.final-cta .cta-box .cta-content .cta-action .cta-button:before{content:"";pointer-events:none;position:absolute;inset:0;z-index:-10;border-radius:.375rem;background:linear-gradient(180deg,rgba(255,255,255,.2),transparent);opacity:.5;transition:opacity .15s ease}.final-cta .cta-box .cta-content .cta-action .cta-button:after{content:"";pointer-events:none;position:absolute;inset:0;z-index:-10;border-radius:.375rem;background:linear-gradient(180deg,rgba(255,255,255,.1) 46%,transparent 54%);mix-blend-mode:overlay}.final-cta .cta-box .cta-content .cta-action .cta-button:hover:before{opacity:1}.footer{display:flex;align-items:center;justify-content:center;min-height:100px;width:100%;border-top:1px solid #e5e7eb;background:hsla(0,0%,100%,.8);padding:0 1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer .footer-wrap{display:flex;width:100%;max-width:72rem;flex-direction:column;justify-content:space-between;gap:1rem;padding:6rem 0}@media(min-width:640px){.footer .footer-wrap{flex-direction:row}}.footer .footer-wrap .footer-left{display:flex;flex-direction:column;gap:.5rem}.footer .footer-wrap .footer-left .footer-about{max-width:320px;font-size:.9rem;color:rgba(0,0,0,.6)}.footer .footer-wrap .footer-left .footer-company{display:flex;flex-direction:column;gap:.5rem;font-size:.8rem}.footer .footer-wrap .footer-right{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}@media(min-width:640px){.footer .footer-wrap .footer-right{flex-direction:row;align-items:center}}.footer .footer-wrap .footer-right .footer-cols{display:flex;width:100%;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;font-size:.875rem}@media(min-width:768px){.footer .footer-wrap .footer-right .footer-cols{flex-direction:row;gap:2rem}}.footer .footer-wrap .footer-right .footer-cols .footer-col{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.footer .footer-wrap .footer-right .footer-cols .footer-col .col-title{font-size:.9rem;font-weight:700}.footer .footer-wrap .footer-right .footer-cols .footer-col a{color:rgba(0,0,0,.8)}.footer .footer-wrap .footer-right .footer-cols .footer-col a:hover{text-decoration:underline}.scribble-even{position:relative;display:inline-block;padding-bottom:6px;text-decoration:none;color:#e41540;font-weight:500!important}.scribble-even-2{color:#6347ff}.scribble-even:after,.scribble-even:before{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:repeating-linear-gradient(90deg,transparent 0 4px,currentColor 4px 18px,transparent 18px 22px,currentColor 22px 42px,transparent 42px 48px);transform-origin:left center;opacity:.95;filter:blur(.2px);pointer-events:none;background-repeat:repeat;background-size:auto 3px}.scribble-even:before{transform:translateY(3px) rotate(-1deg) scaleX(1.02);opacity:.6}.scribble-even:after{transform:translateY(-1px) rotate(1.5deg);opacity:1}.features-section{max-width:1000px;margin:-5px auto 0}.features-section .companies-logo{padding:2rem;display:flex;justify-content:center;align-items:center}.features-section .testimonals{justify-content:center!important}.testimonials-grid{display:grid;grid-template-columns:1fr;grid-gap:1px;gap:1px;grid-gap:20px;gap:20px;margin-top:-2px}@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonials-grid .testimonial-card{position:relative;background:#fff;transition:background-color .15s ease;min-height:200px;box-shadow:3px 3px 10px rgba(190,190,190,.1),-3px -3px 10px hsla(0,0%,100%,.1);border:1px solid #e5e7eb;border-radius:.75rem}.testimonials-grid .testimonial-card:hover{background:#ececec}.testimonials-grid .testimonial-card:hover .testimonial-overlay{opacity:.1}.testimonials-grid .testimonial-card .testimonial-overlay{position:absolute;inset:0;background:radial-gradient(100% 100% at 0 100%,var(--accent-color),transparent);opacity:0;transition:opacity .15s ease}.testimonials-grid .testimonial-card .testimonial-content{position:relative;display:flex;height:100%;flex-direction:column;justify-content:space-between;padding:24px}@media(min-width:640px){.testimonials-grid .testimonial-card .testimonial-content{padding:32px}}.testimonials-grid .testimonial-card .testimonial-content .testimonial-text{font-size:15px;line-height:24px;color:#525252;margin-bottom:24px}.testimonials-grid .testimonial-card .testimonial-content .testimonial-text p{margin:0}.testimonials-grid .testimonial-card .testimonial-content .testimonial-text strong{font-weight:400;color:#000}.testimonials-grid .testimonial-card .testimonial-content .testimonial-footer .author-info{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.testimonials-grid .testimonial-card .testimonial-content .testimonial-footer .author-info .author-details{flex:1 1}.testimonials-grid .testimonial-card .testimonial-content .testimonial-footer .author-info .author-details .author-name{font-size:14px;font-weight:500;color:#171717;margin-bottom:4px}.testimonials-grid .testimonial-card .testimonial-content .testimonial-footer .author-info .author-details .author-role{font-size:12px;color:#737373;line-height:1.3}.testimonials-grid .testimonial-card .testimonial-content .testimonial-footer .author-info .author-avatar{width:44px;height:44px;border-radius:8px;border:1px solid rgba(0,0,0,.1);object-fit:cover;flex-shrink:0}.testimonals{display:flex;grid-gap:10px;max-width:700px;flex-wrap:wrap;margin-top:15px}.testimonals .testimonal-card{display:flex;align-items:center;height:25px;grid-gap:5px}.testimonals .testimonal-card img{aspect-ratio:4;object-fit:contain}.features-minimal{padding-bottom:6rem;max-width:1200px;margin:0 auto}.features-minimal .feature-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;margin-bottom:3rem;align-items:start}.features-minimal .feature-row:last-child{margin-bottom:0}.features-minimal .feature-left,.features-minimal .feature-right{display:flex;flex-direction:column}.features-minimal .feature-icon-minimal{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:#fff}.features-minimal .feature-label{font-size:.875rem;color:#666;margin-bottom:1rem;font-weight:500}.features-minimal .feature-row h2{font-size:2rem;font-weight:600;color:#000;line-height:1.2;margin-bottom:1rem;letter-spacing:-.01em}.features-minimal .feature-description{color:#666;font-size:1rem;margin-bottom:2rem;line-height:1.5}.features-minimal .feature-preview{flex:1 1;border:1px solid rgba(0,0,0,.5019607843);border-radius:.5rem}.features-minimal .feature-preview img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.highlight-fancy{position:relative;display:inline-block;color:#111;padding:4px 8px;font-size:.8rem;font-weight:400;z-index:0;margin-bottom:10px}.highlight-fancy:before{content:"";position:absolute;inset:-2px;background:#ffcd58;border-radius:6px;z-index:-1;transform:rotate(-1deg);opacity:.7;filter:blur(.4px)}.pricing-value{padding:2rem 0;display:flex}.pricing-value .price{display:flex;align-items:center;gap:10px}.pricing-value .price .actual-price{display:inline-block;position:relative;color:#666;font-size:1.8rem}.pricing-value .price .actual-price h2{font-weight:400!important}.pricing-value .price .price-hand:after{content:"";position:absolute;left:-5%;right:-5%;top:50%;height:2px;background:currentColor;border-radius:2px;opacity:.8;transform:rotate(-12deg);filter:blur(.3px)}.pricing-value .price .discounted-price{font-size:2.4rem;font-weight:700!important}.pricing-value .price .discounted-price h2{display:flex;align-items:center}.features-points{max-width:600px;margin:0 auto}.features-points .point{font-size:.85rem;padding:10px 12px;border-radius:8px;display:flex;align-items:center;gap:6px;background-color:#fff;margin:10px}.faq-section{font-size:16px;color:#212529!important}.faq-section *{box-sizing:border-box}.faq-section h2{font-size:2rem;font-weight:500;line-height:1.2;margin-bottom:15px;margin-top:15px;-webkit-font-smoothing:antialiased}.faq-section p{margin-bottom:1rem;margin-top:0}.faq-section a{background-color:rgba(0,0,0,0);color:#555;text-decoration:none}.faq-section a:hover{color:#555;cursor:pointer!important;opacity:.9;text-decoration:none}.faq-section a:not([href]),.faq-section a:not([href]):hover{color:inherit;text-decoration:none}.faq-section a:active:focus,.faq-section a:focus{box-shadow:0 0 0 0 rgba(0,123,255,0);color:#555;outline:0;outline-color:rgba(0,0,0,0);outline-style:none;outline-width:0;text-decoration:none}.faq-section .container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media(min-width:576px){.faq-section .container{max-width:540px}}@media(min-width:768px){.faq-section .container{max-width:720px}}@media(min-width:992px){.faq-section .container{max-width:960px}}@media(min-width:1200px){.faq-section .container{max-width:1140px}}.faq-section .collapse:not(.show){display:none}.faq-section .card{display:flex;flex-direction:column;min-width:0;position:relative;word-wrap:break-word;background-clip:border-box;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.faq-section .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem;background:#f6f5f4;color:#6b6f76}.faq-section .card-title{margin-bottom:.75rem}.faq-section .card-header{background-color:rgba(0,0,0,.03);background:none;border:1px solid #eee;border-radius:10px;box-shadow:0 1px 3px 0 #dce0e0;cursor:pointer;font-weight:700;margin-bottom:10px;padding:15px 30px}.faq-section .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.faq-section .card-header:after{color:#b1b5dc;content:"-";float:right}.faq-section .card-header.collapsed:after{color:#b1b5dc;content:"+"}.faq-section .accordion>.card{overflow:hidden;border:0}.faq-section .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.faq-section .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.faq-section .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.faq-section .text-center{text-align:center!important}.faq-section .font-weight-700{font-weight:700}.faq-section .m-t-200{margin-top:200px}.faq-section .m-b-10{margin-bottom:10px}.faq-section .m-t-50{margin-top:50px}.faq-section .m-b-100{margin-bottom:100px}.faq-section .mb-0{margin-bottom:0!important}.faq-section #faq-accordion{margin:50px auto 0;max-width:600px}.faq-section #faq-accordion .card-header:after{color:#b1b5dc;content:"-";float:right}.faq-section #faq-accordion .card-header.collapsed:after{color:#b1b5dc;content:"+"}.faq-section #faq-accordion .card{border:0}.faq-section #faq-accordion .card-header{background:none;border:1px solid #eee;border-radius:10px;box-shadow:0 1px 3px 0 #dce0e0;cursor:pointer;font-weight:700;margin-bottom:10px;padding:15px 30px}.faq-section #faq-accordion .card-body{background:none;color:#6b6f76}.designers-list,.designers-list .designer-card{display:flex;align-items:center}.designers-list .designer-card{margin-left:-10px;z-index:1}.designers-list .designer-card:first-child{margin-left:0}.designers-list .designer-card img{border-radius:50%;border:2px solid #fff;width:36px;height:36px;object-fit:cover}.legal-content-container{margin:2rem auto}.docs-grid,.legal-content-container{max-width:1100px;padding:2rem;border-radius:.75rem;border:1px solid rgba(0,0,0,.1);background:hsla(0,0%,100%,.6);box-shadow:5px 5px 15px rgba(190,190,190,.15),-5px -5px 15px hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.docs-grid{display:grid;grid-template-columns:250px auto;grid-gap:2rem;gap:2rem;margin:0 auto}.docs-grid .page-navigation{border-right:1px solid rgba(0,0,0,.1)}.docs-grid .page-navigation ul,.docs-grid .page-navigation ul .docs-items ul{padding:0;margin:0;list-style:none}.docs-grid .page-navigation ul .docs-items ul li{padding:5px 0}.docs-grid .page-navigation ul .docs-items ul li a{display:flex;align-items:center;gap:5px}.content{width:100%;max-width:900px}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#000;margin-top:1.5rem;margin-bottom:1rem;scroll-margin-top:80px;font-weight:600!important}.content h1:first-child,.content h2:first-child,.content h3:first-child,.content h4:first-child,.content h5:first-child,.content h6:first-child{margin-top:0}.content h1{font-size:2.25rem;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.content h2{font-size:1.75rem}.content h3{font-size:1.25rem}.content p{margin-bottom:1rem;line-height:1.7;color:rgba(0,0,0,.7)}.content a{color:#6347ff;text-decoration:none;transition:color .2s ease}.content a:hover{text-decoration:underline;color:rgba(99,71,255,.8)}.content ol,.content ul{margin:0 0 1.5rem 1.5rem}.content ol li,.content ul li{margin-bottom:.25rem;color:rgba(0,0,0,.7)}.content img{max-width:600px;height:auto}.content img,.content pre{border-radius:.5rem;margin:1rem 0;border:1px solid #e5e7eb}.content pre{background-color:#f5f5f5;padding:1rem;overflow-x:auto}.content code{font-family:Menlo,Monaco,Courier New,monospace;font-size:.875rem;background-color:#f5f5f5;padding:.2em .4em;border-radius:.25rem}.content pre code{padding:0;background-color:rgba(0,0,0,0)}.content blockquote{margin:1rem 0;padding:1rem 1.5rem;border-left:4px solid #6347ff;background-color:#f9fafb;border-radius:0 .5rem .5rem 0}.content blockquote p{margin-bottom:0}.content table{width:100%;border-collapse:collapse;margin:1rem 0}.content table td,.content table th{padding:.5rem;text-align:left;border-bottom:1px solid #e5e7eb}.content table th{font-weight:600;color:#000}.content table th,.content table tr:nth-child(2n){background-color:#f9fafb}.auth-modal-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem;animation:fadeIn .2s ease}.auth-modal{position:relative;width:100%;max-width:420px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.1);padding:2rem;box-shadow:5px 5px 15px rgba(190,190,190,.15),-5px -5px 15px hsla(0,0%,100%,.15),0 20px 60px rgba(0,0,0,.2);animation:slideUp .3s ease}@media(max-width:480px){.auth-modal{padding:1.5rem;max-width:100%;margin:1rem}}.close-modal{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:rgba(0,0,0,.05);border-radius:8px;cursor:pointer;transition:all .2s ease;color:rgba(0,0,0,.6)}.close-modal:hover{background:rgba(0,0,0,.1);color:rgba(0,0,0,.9)}.close-modal:active{transform:scale(.95)}.auth-modal-header{margin-bottom:1.5rem}.auth-modal-header h2{font-size:1.5rem;font-weight:700;color:#000;margin:0 0 .5rem}.auth-modal-header p{font-size:.875rem;color:rgba(0,0,0,.6);margin:0}.auth-alert{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;animation:slideDown .3s ease}.auth-alert svg{flex-shrink:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-alert-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#dc2626}.auth-alert-success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);color:#16a34a}.google-auth-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.75rem;border:1px solid rgba(0,0,0,.1);background:#fff;border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:3px 3px 10px rgba(190,190,190,.1),-3px -3px 10px hsla(0,0%,100%,.1)}.google-auth-button:hover:not(:disabled){background:#f9fafb;border-color:rgba(0,0,0,.2);box-shadow:5px 5px 15px rgba(190,190,190,.15),-5px -5px 15px hsla(0,0%,100%,.15)}.google-auth-button:active:not(:disabled){transform:scale(.98)}.google-auth-button:disabled{opacity:.6;cursor:not-allowed}.google-auth-button svg{flex-shrink:0}.auth-divider{display:flex;align-items:center;margin:1.5rem 0;color:rgba(0,0,0,.4);font-size:.875rem}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:rgba(0,0,0,.1)}.auth-divider span{padding:0 1rem}.auth-form{gap:1rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:rgba(0,0,0,.8)}.input-wrapper{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:10px;background:#fff;transition:all .2s ease}.input-wrapper:focus-within{border-color:rgba(0,0,0,.3);box-shadow:0 0 0 3px rgba(0,0,0,.05)}.input-wrapper svg{color:rgba(0,0,0,.4);flex-shrink:0}.input-wrapper input{flex:1 1;border:none;outline:none;font-size:.9375rem;background:rgba(0,0,0,0);font-family:Sora,sans-serif}.input-wrapper input::placeholder{color:rgba(0,0,0,.4)}.input-wrapper input:disabled{opacity:.6;cursor:not-allowed}.forgot-password{text-align:right;margin-top:-.5rem}.forgot-password button{border:none;background:none;color:rgba(0,0,0,.6);font-size:.875rem;cursor:pointer;padding:0;text-decoration:none;font-family:Sora,sans-serif}.forgot-password button:hover:not(:disabled){text-decoration:underline;color:rgba(0,0,0,.9)}.forgot-password button:disabled{opacity:.6;cursor:not-allowed}.auth-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;border:none;background:linear-gradient(145deg,#1a1a1a,#2c2c2c 25%,#1f1f1f 50%,#2a2a2a 75%,#0f0f0f);color:#fff;border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:.5rem;font-family:Sora,sans-serif;box-shadow:0 2px 8px -2px rgba(0,0,0,.1),0 4px 16px -4px rgba(0,0,0,.08),inset 0 1px 0 hsla(0,0%,100%,.1)}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 32px -4px rgba(0,0,0,.25),0 4px 16px -2px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.2)}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-submit .spinner{display:inline-block;width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.auth-switch{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.auth-switch p{font-size:.875rem;color:rgba(0,0,0,.6);margin:0}.auth-switch p button{border:none;background:none;color:#000;font-weight:500;cursor:pointer;padding:0;font-family:Sora,sans-serif;text-decoration:none}.auth-switch p button:hover{text-decoration:underline}.license-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;gap:1rem}.license-loading-state .loading-spinner{width:32px;height:32px;border:2px solid rgba(0,0,0,.1);border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite}.license-loading-state p{color:rgba(0,0,0,.6);font-size:.875rem}.license-page-content{max-width:1100px;margin:0 auto;padding:6rem 1.5rem 3rem}@media(max-width:768px){.license-page-content{padding:5rem 1rem 2rem}}.license-header-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem}@media(max-width:640px){.license-header-section{flex-direction:column;align-items:flex-start}}.license-title-group h1{font-size:1.75rem;font-weight:700;color:#000;margin:0 0 .25rem}@media(max-width:640px){.license-title-group h1{font-size:1.5rem}}.license-title-group p{font-size:.875rem;color:rgba(0,0,0,.6);margin:0}.premium-badge{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:linear-gradient(135deg,#ffd700,#ffed4e);color:#000;border-radius:999px;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px rgba(255,215,0,.3)}.premium-badge svg{width:14px;height:14px}.license-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.license-grid{grid-template-columns:1fr}}.license-section{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.75rem;padding:1.25rem;box-shadow:3px 3px 10px rgba(190,190,190,.1),-3px -3px 10px hsla(0,0%,100%,.1);transition:all .2s ease}.license-section:hover{box-shadow:5px 5px 15px rgba(190,190,190,.15),-5px -5px 15px hsla(0,0%,100%,.15)}.license-section-full{grid-column:1/-1}.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.05)}.section-header svg{color:rgba(0,0,0,.6);flex-shrink:0}.section-header h2{font-size:1rem;font-weight:600;color:#000;margin:0}.info-list{display:flex;flex-direction:column;gap:.75rem}.info-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.info-item .label{color:rgba(0,0,0,.6)}.info-item .value{font-weight:500;color:rgba(0,0,0,.9)}.info-item .status-active{display:flex;align-items:center;gap:.25rem;color:#10b981}.info-item .status-active svg{width:14px;height:14px}.upgrade-prompt{display:flex;flex-direction:column;gap:1rem}.upgrade-prompt .upgrade-text{font-size:.875rem;color:rgba(0,0,0,.7);margin:0}.upgrade-prompt .price-display{display:flex;align-items:baseline;gap:.5rem}.upgrade-prompt .price-display .price-old{font-size:1.25rem;color:rgba(0,0,0,.4);text-decoration:line-through}.upgrade-prompt .price-display .price-current{font-size:2rem;font-weight:700;color:#000}.upgrade-prompt .price-display .price-label{font-size:.875rem;color:rgba(0,0,0,.6)}.upgrade-prompt .upgrade-note{font-size:.75rem;color:rgba(0,0,0,.6);margin:-.5rem 0 0;text-align:center}.license-active{display:flex;flex-direction:column;gap:1rem}.active-header{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:rgba(16,185,129,.05);border:1px solid rgba(16,185,129,.1);border-radius:.5rem}.active-header svg{color:#10b981;flex-shrink:0;margin-top:2px}.active-header h3{font-size:.9375rem;font-weight:600;color:#000;margin:0 0 .125rem}.active-header p{font-size:.8125rem;color:rgba(0,0,0,.6);margin:0}.license-features{display:flex;flex-direction:column;gap:.5rem}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:rgba(0,0,0,.7)}.feature-item svg{color:rgba(0,0,0,.5);flex-shrink:0}.repo-locked{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;text-align:center}.repo-locked p{font-size:.875rem;color:rgba(0,0,0,.6);margin:0}.repo-granted{display:flex;flex-direction:column;gap:1rem}.granted-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);border-radius:.5rem;font-size:.875rem;color:#10b981;font-weight:500;width:-moz-fit-content;width:fit-content}.granted-badge svg{width:16px;height:16px}.repo-request{display:flex;flex-direction:column;gap:1rem}.repo-request .request-info{font-size:.875rem;color:rgba(0,0,0,.6);margin:0}.support-section{background:linear-gradient(135deg,rgba(99,71,255,.03),rgb(255,255,255));border-color:rgba(99,71,255,.1)}.support-section p{font-size:.875rem;color:rgba(0,0,0,.7);margin:0 0 .75rem}.support-links{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:640px){.support-links{flex-direction:column}}.support-link{font-size:.875rem;color:#6347ff;text-decoration:none;font-weight:500;transition:opacity .2s ease}.support-link:hover{opacity:.8}.token-activation-section{padding:0!important}.token-activation-section .token-section-header{display:none}.token-activation-section .activation-form-container .form-description{font-size:.875rem;color:rgba(0,0,0,.6);margin-bottom:1rem}.token-activation-section .activation-form-container .form-description p{margin:0}.token-activation-section .token-input-group{display:flex;gap:.5rem}@media(max-width:640px){.token-activation-section .token-input-group{flex-direction:column}}.token-activation-section .token-input{flex:1 1;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;font-size:.875rem;font-family:Sora,sans-serif;transition:all .2s ease}.token-activation-section .token-input:focus{outline:none;border-color:rgba(0,0,0,.3);box-shadow:0 0 0 3px rgba(0,0,0,.05)}.token-activation-section .validate-token-button{padding:.75rem 1.5rem;border:none;background:#000;color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Sora,sans-serif;white-space:nowrap}.token-activation-section .validate-token-button:hover:not(:disabled){background:#1a1a1a}.token-activation-section .validate-token-button:disabled{opacity:.6;cursor:not-allowed}.token-activation-section .token-verification .token-info{padding:1rem;background:rgba(0,0,0,.02);border-radius:.5rem;margin-bottom:1rem}.token-activation-section .token-verification .token-info h3{font-size:.9375rem;font-weight:600;color:#000;margin:0 0 .75rem}.token-activation-section .token-verification .token-info .info-item{display:flex;justify-content:space-between;font-size:.8125rem;margin-bottom:.5rem}.token-activation-section .token-verification .token-info .info-item:last-child{margin-bottom:0}.token-activation-section .token-verification .token-info .info-item .label{color:rgba(0,0,0,.6)}.token-activation-section .token-verification .token-info .info-item .value{font-weight:500;color:rgba(0,0,0,.9)}.token-activation-section .token-verification .activate-actions{display:flex;gap:.5rem}@media(max-width:640px){.token-activation-section .token-verification .activate-actions{flex-direction:column}}.token-activation-section .token-verification .activate-actions button{flex:1 1;padding:.75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Sora,sans-serif;border:none}.token-activation-section .token-verification .activate-actions button.back-button{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7)}.token-activation-section .token-verification .activate-actions button.back-button:hover:not(:disabled){background:rgba(0,0,0,.1)}.token-activation-section .token-verification .activate-actions button.activate-button{background:#000;color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem}.token-activation-section .token-verification .activate-actions button.activate-button:hover:not(:disabled){background:#1a1a1a}.token-activation-section .token-verification .activate-actions button:disabled{opacity:.6;cursor:not-allowed}.token-activation-section .activation-success{text-align:center;padding:2rem 1rem}.token-activation-section .activation-success .success-icon{width:48px;height:48px;margin:0 auto 1rem;background:rgba(16,185,129,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#10b981}.token-activation-section .activation-success h3{font-size:1.125rem;font-weight:600;color:#000;margin:0 0 .5rem}.token-activation-section .activation-success p{font-size:.875rem;color:rgba(0,0,0,.6);margin:0 0 1.5rem}.token-activation-section .activation-success .reset-button{padding:.75rem 1.5rem;background:rgba(0,0,0,.05);color:rgba(0,0,0,.7);border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Sora,sans-serif}.token-activation-section .activation-success .reset-button:hover{background:rgba(0,0,0,.1)}.token-activation-section .activation-error{padding:.75rem 1rem;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:.5rem;font-size:.875rem;color:#dc2626;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.token-activation-section .activation-error svg{flex-shrink:0}.github-username-form .form-header{display:none}.github-username-form .form-description{font-size:.875rem;color:rgba(0,0,0,.6);margin-bottom:1rem}.github-username-form .form-description p{margin:0}.github-username-form .form-error{padding:.75rem 1rem;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:.5rem;font-size:.875rem;color:#dc2626;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.github-username-form .form-error svg{flex-shrink:0}.github-username-form .input-group{display:flex;gap:.5rem}@media(max-width:640px){.github-username-form .input-group{flex-direction:column}}.github-username-form .input-wrapper{flex:1 1;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;background:#fff;transition:all .2s ease}.github-username-form .input-wrapper:focus-within{border-color:rgba(0,0,0,.3);box-shadow:0 0 0 3px rgba(0,0,0,.05)}.github-username-form .input-wrapper .input-icon{color:rgba(0,0,0,.4);flex-shrink:0}.github-username-form .input-wrapper input{flex:1 1;border:none;outline:none;font-size:.875rem;background:rgba(0,0,0,0);font-family:Sora,sans-serif}.github-username-form .input-wrapper input::placeholder{color:rgba(0,0,0,.4)}.github-username-form .validate-button{padding:.75rem 1.5rem;border:none;background:#000;color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Sora,sans-serif;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.github-username-form .validate-button:hover:not(:disabled){background:#1a1a1a}.github-username-form .validate-button:disabled{opacity:.6;cursor:not-allowed}.github-username-form .github-user-verified .verified-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:rgba(16,185,129,.05);border:1px solid rgba(16,185,129,.1);border-radius:.5rem;margin-bottom:1rem}.github-username-form .github-user-verified .verified-header .verified-icon{color:#10b981;flex-shrink:0}.github-username-form .github-user-verified .verified-header h3{font-size:.9375rem;font-weight:600;color:#000;margin:0}.github-username-form .github-user-verified .github-verified-user-info{display:flex;gap:1rem;padding:1rem;background:rgba(0,0,0,.02);border-radius:.5rem;margin-bottom:1rem}.github-username-form .github-user-verified .github-verified-user-info .github-user-avatar img{width:48px;height:48px;border-radius:.5rem;border:1px solid rgba(0,0,0,.1)}.github-username-form .github-user-verified .github-verified-user-info .github-user-details{flex:1 1}.github-username-form .github-user-verified .github-verified-user-info .github-user-details .github-user-name{font-size:.9375rem;font-weight:600;color:#000;margin-bottom:.25rem}.github-username-form .github-user-verified .github-verified-user-info .github-user-details .github-user-login{font-size:.8125rem;color:rgba(0,0,0,.6);margin-bottom:.5rem}.github-username-form .github-user-verified .github-verified-user-info .github-user-details .github-user-stats{display:flex;gap:.5rem;font-size:.75rem;color:rgba(0,0,0,.6)}.github-username-form .github-user-verified .action-buttons{display:flex;gap:.5rem}@media(max-width:640px){.github-username-form .github-user-verified .action-buttons{flex-direction:column}}.github-username-form .github-user-verified .action-buttons button{flex:1 1;padding:.75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Sora,sans-serif;border:none}.github-username-form .github-user-verified .action-buttons button.back-button{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7)}.github-username-form .github-user-verified .action-buttons button.back-button:hover:not(:disabled){background:rgba(0,0,0,.1)}.github-username-form .github-user-verified .action-buttons button.confirm-button{background:#000;color:#fff}.github-username-form .github-user-verified .action-buttons button.confirm-button:hover:not(:disabled){background:#1a1a1a}.github-username-form .github-user-verified .action-buttons button:disabled{opacity:.6;cursor:not-allowed}.repository-info .repo-header h3{font-size:.9375rem;font-weight:600;color:#000;margin:0 0 1rem}.repository-info .repo-access-instructions h4{font-size:.875rem;font-weight:600;color:#000;margin:0 0 .75rem}.repository-info .repo-access-instructions .instruction-steps{padding-left:1.25rem;margin:0 0 1rem}.repository-info .repo-access-instructions .instruction-steps li{font-size:.8125rem;color:rgba(0,0,0,.7);margin-bottom:.5rem;line-height:1.5}.repository-info .repo-access-instructions .instruction-steps li:last-child{margin-bottom:0}.repository-info .repo-links .repo-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:rgba(0,0,0,.05);border-radius:.5rem;text-decoration:none;font-size:.875rem;font-weight:500;color:rgba(0,0,0,.7);transition:all .2s ease}.repository-info .repo-links .repo-link:hover{background:rgba(0,0,0,.1)}.pricing-slot-progress{max-width:400px;margin-top:2rem;margin-bottom:1.5rem;padding:.75rem 1rem;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:3px 3px 10px rgba(190,190,190,.08),-3px -3px 10px hsla(0,0%,100%,.08)}.slot-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8125rem}.slot-text{color:rgba(0,0,0,.7);font-weight:500}.slot-remaining{color:#dc2626;font-weight:600}.slot-bar{height:6px;background:rgba(0,0,0,.06);overflow:hidden}.slot-bar,.slot-fill{border-radius:999px;position:relative}.slot-fill{height:100%;background:linear-gradient(90deg,#000000,#2a2a2a);transition:width .8s cubic-bezier(.4,0,.2,1)}.slot-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;width:40%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2));border-radius:999px}@media(max-width:768px){.pricing-slot-progress{padding:.625rem .875rem}.slot-header{font-size:.75rem}.slot-bar{height:5px}}.video-modal-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem;animation:fadeIn .3s ease}.video-modal-content{position:relative;width:100%;max-width:1200px;animation:slideUp .3s ease}.video-modal-close{position:absolute;top:-3rem;right:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;cursor:pointer;transition:all .2s ease;color:#fff;z-index:10}.video-modal-close:hover{background:hsla(0,0%,100%,.2);transform:rotate(90deg)}.video-modal-close:active{transform:rotate(90deg) scale(.95)}@media(max-width:768px){.video-modal-close{top:-2.5rem;width:36px;height:36px}.video-modal-close svg{width:20px;height:20px}}.video-modal-wrapper{position:relative;width:100%;padding-top:56.25%;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5)}.video-modal-player{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.templates-hero-section{padding-top:2rem;padding-bottom:3rem;text-align:center}@media(max-width:768px){.templates-hero-section{padding-top:1rem;padding-bottom:2rem}}.templates-hero-content{max-width:700px;margin:0 auto}.templates-hero-content .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(0,0,0,.04);border-radius:999px;font-size:.8125rem;font-weight:500;margin-bottom:1.5rem;color:rgba(0,0,0,.7)}.templates-hero-content .hero-badge svg{width:14px;height:14px}.templates-hero-content h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem;color:#000}@media(max-width:768px){.templates-hero-content h1{font-size:2rem}}@media(max-width:480px){.templates-hero-content h1{font-size:1.75rem}}.templates-hero-content p{font-size:1.125rem;line-height:1.6;color:#666;margin:0}@media(max-width:768px){.templates-hero-content p{font-size:1rem}}.templates-filters-section{padding-bottom:3rem}@media(max-width:768px){.templates-filters-section{padding-bottom:2rem}}.filters-wrapper{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem}.filters-wrapper .category-filter{padding:.625rem 1.25rem;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:999px;font-size:.875rem;font-weight:500;color:rgba(0,0,0,.7);cursor:pointer;transition:all .2s ease;font-family:Sora,sans-serif}.filters-wrapper .category-filter:hover{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.2)}.filters-wrapper .category-filter.active{background:#000;color:#fff;border-color:#000}.templates-showcase{padding-bottom:4rem;width:100%}@media(max-width:768px){.templates-showcase{padding-bottom:3rem}}.templates-grid-modern{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;width:100%}@media(max-width:1024px){.templates-grid-modern{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(max-width:640px){.templates-grid-modern{grid-template-columns:1fr;gap:1.25rem}}.template-card-modern{display:block;background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;overflow:hidden;text-decoration:none;color:inherit;transition:all .3s ease;box-shadow:3px 3px 10px rgba(190,190,190,.1),-3px -3px 10px hsla(0,0%,100%,.1)}.template-card-modern:hover{border-color:rgba(0,0,0,.3);box-shadow:5px 5px 15px rgba(190,190,190,.15),-5px -5px 15px hsla(0,0%,100%,.15);transform:translateY(-2px)}.template-card-modern:hover .template-hover-overlay{opacity:1}.template-card-modern:hover .template-preview-wrapper img{transform:scale(1.05)}.template-preview-wrapper{position:relative;width:100%;padding-top:66.67%;background:#f9fafb;overflow:hidden}.template-preview-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.template-preview-wrapper .template-hover-overlay{position:absolute;inset:0;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.template-preview-wrapper .template-hover-overlay .view-template-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#000;border-radius:999px;font-size:.875rem;font-weight:500;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .2s ease}.template-preview-wrapper .template-hover-overlay .view-template-btn svg{width:16px;height:16px;transition:transform .2s ease}.template-preview-wrapper .template-hover-overlay .view-template-btn:hover{transform:scale(1.05)}.template-preview-wrapper .template-hover-overlay .view-template-btn:hover svg{transform:translateX(2px)}.template-card-content{padding:1.25rem}.template-card-content .template-meta{margin-bottom:.75rem}.template-card-content .template-meta .template-category-pill{display:inline-block;padding:.25rem .75rem;background:rgba(0,0,0,.05);border-radius:999px;font-size:.6875rem;font-weight:600;color:rgba(0,0,0,.6);text-transform:uppercase;letter-spacing:.5px}.template-card-content .template-card-title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:#000;line-height:1.4}.template-card-content .template-card-description{font-size:.875rem;color:#666;line-height:1.5;margin:0}.templates-auth-cta{padding:4rem 0;text-align:center;width:100%}@media(max-width:768px){.templates-auth-cta{padding:3rem 0}}.auth-cta-card{max-width:600px;margin:0 auto;padding:3rem 2rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:3px 3px 10px rgba(190,190,190,.1),-3px -3px 10px hsla(0,0%,100%,.1)}@media(max-width:768px){.auth-cta-card{padding:2rem 1.5rem}}.auth-cta-card .auth-cta-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:rgba(0,0,0,.04);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(0,0,0,.4)}.auth-cta-card h2{font-size:1.75rem;font-weight:700;margin:0 0 .75rem;color:#000}@media(max-width:768px){.auth-cta-card h2{font-size:1.5rem}}.auth-cta-card p{font-size:1rem;color:#666;margin:0 0 2rem;line-height:1.6}.template-detail-header{padding:2rem 0 2.5rem;width:100%}@media(max-width:768px){.template-detail-header{padding:1.5rem 0 2rem}}.back-link-modern{display:inline-flex;align-items:center;gap:.5rem;color:rgba(0,0,0,.6);text-decoration:none;font-size:.875rem;font-weight:500;margin-bottom:2rem;transition:all .2s ease}.back-link-modern:hover{color:#000}.back-link-modern:hover svg{transform:translateX(-2px)}.back-link-modern svg{transition:transform .2s ease;width:16px;height:16px}.template-title-wrapper{max-width:800px}.template-title-wrapper .template-category-pill{display:inline-block;padding:.375rem .875rem;background:rgba(0,0,0,.05);border-radius:999px;font-size:.75rem;font-weight:600;color:rgba(0,0,0,.6);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.25rem}.template-title-wrapper h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 .75rem;color:#000}@media(max-width:768px){.template-title-wrapper h1{font-size:2rem}}@media(max-width:480px){.template-title-wrapper h1{font-size:1.75rem}}.template-title-wrapper p{font-size:1.125rem;line-height:1.6;color:#666;margin:0}@media(max-width:768px){.template-title-wrapper p{font-size:1rem}}.template-tabs-section{margin-bottom:2rem;width:100%}@media(max-width:768px){.template-tabs-section{margin-bottom:1.5rem}}.tabs-container{display:inline-flex;padding:.375rem;background:rgba(0,0,0,.04);border-radius:.75rem;gap:.25rem}@media(max-width:480px){.tabs-container{width:100%;justify-content:center}}.tabs-container .tab-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:rgba(0,0,0,0);border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;color:rgba(0,0,0,.6);cursor:pointer;transition:all .2s ease;font-family:Sora,sans-serif}@media(max-width:480px){.tabs-container .tab-button{padding:.625rem 1rem;font-size:.8125rem}}.tabs-container .tab-button svg{width:16px;height:16px}.tabs-container .tab-button:hover{color:#000;background:rgba(0,0,0,.04)}.tabs-container .tab-button.active{background:#fff;color:#000;box-shadow:0 1px 3px rgba(0,0,0,.1)}.template-content-section{padding-bottom:3rem;width:100%}@media(max-width:768px){.template-content-section{padding-bottom:2rem}}.content-wrapper{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;box-shadow:3px 3px 10px rgba(190,190,190,.1),-3px -3px 10px hsla(0,0%,100%,.1)}.preview-container{width:100%}.preview-container .email-iframe{width:100%;min-height:600px;border:none;background:#f9fafb;display:block}@media(max-width:768px){.preview-container .email-iframe{min-height:500px}}@media(max-width:480px){.preview-container .email-iframe{min-height:400px}}.code-container{position:relative;width:100%;min-height:400px}.code-container .code-lock-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10}.code-container .code-lock-overlay .lock-content{text-align:center;padding:2rem;max-width:400px}.code-container .code-lock-overlay .lock-content .lock-icon-circle{width:100px;height:100px;margin:0 auto 1.5rem;background:rgba(0,0,0,.04);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(0,0,0,.3)}.code-container .code-lock-overlay .lock-content .lock-icon-circle svg{width:40px;height:40px}.code-container .code-lock-overlay .lock-content h3{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#000}@media(max-width:480px){.code-container .code-lock-overlay .lock-content h3{font-size:1.25rem}}.code-container .code-lock-overlay .lock-content p{font-size:1rem;color:#666;margin:0 0 1.5rem;line-height:1.5}@media(max-width:480px){.code-container .code-lock-overlay .lock-content p{font-size:.9375rem}}.code-container .code-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}@media(max-width:480px){.code-container .code-toolbar{padding:.875rem 1rem}}.code-container .code-toolbar.locked{filter:blur(3px);pointer-events:none}.code-container .code-toolbar .code-lang{font-size:.75rem;font-weight:600;color:rgba(0,0,0,.5);text-transform:uppercase;letter-spacing:.5px}.code-container .code-toolbar .copy-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#000;color:#fff;border:none;border-radius:.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Sora,sans-serif}@media(max-width:480px){.code-container .code-toolbar .copy-btn{padding:.5rem .875rem;font-size:.75rem}}.code-container .code-toolbar .copy-btn svg{width:14px;height:14px}.code-container .code-toolbar .copy-btn:hover:not(:disabled){background:#1a1a1a;transform:translateY(-1px)}.code-container .code-toolbar .copy-btn:disabled{opacity:.5;cursor:not-allowed}.code-container .code-viewer{margin:0;padding:1.5rem;background:#1a1a1a;color:#e5e7eb;font-family:Menlo,Monaco,Courier New,monospace;font-size:.8125rem;line-height:1.6;overflow-x:auto;max-height:600px;overflow-y:auto;width:100%}@media(max-width:768px){.code-container .code-viewer{padding:1.25rem;font-size:.75rem;max-height:500px}}@media(max-width:480px){.code-container .code-viewer{padding:1rem;font-size:.6875rem;max-height:400px}}.code-container .code-viewer.blurred{filter:blur(5px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.code-container .code-viewer code{background:none;padding:0;color:inherit;display:block;white-space:pre;word-wrap:normal}.code-container .code-viewer::-webkit-scrollbar{width:8px;height:8px}.code-container .code-viewer::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05)}.code-container .code-viewer::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px}.code-container .code-viewer::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.related-templates{padding:4rem 0;border-top:1px solid #e5e7eb;width:100%}@media(max-width:768px){.related-templates{padding:3rem 0}}.related-templates .section-head{margin-bottom:2.5rem}@media(max-width:768px){.related-templates .section-head{margin-bottom:2rem}}.related-templates .section-head h2{font-size:1.875rem;font-weight:700;margin:0 0 .5rem;color:#000}@media(max-width:768px){.related-templates .section-head h2{font-size:1.5rem}}.related-templates .section-head p{font-size:1rem;color:#666;margin:0}.browse-all-cta{margin-top:3rem;text-align:center}@media(max-width:768px){.browse-all-cta{margin-top:2rem}}.template-not-found{text-align:center;padding:6rem 2rem;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.template-not-found h1{font-size:2rem;font-weight:700;color:#000;margin:0 0 2rem}@media(max-width:768px){.template-not-found h1{font-size:1.75rem}}