@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";a.theme-btn,button.theme-btn,.theme-btn{grid-column-gap:.5rem;background-color:var(--themeColor);color:var(--dark);text-align:center;white-space:nowrap;border-radius:.5rem;justify-content:center;align-items:center;padding:.625rem 1.125rem;font-weight:500;text-transform:capitalize;transition:all .3s;display:flex;box-shadow:0 1px 2px #1018280d;width:max-content;margin:auto}.theme-btn.largeBtn{grid-column-gap:.5rem;grid-row-gap:.5rem;padding:1rem 1.75rem;font-size:1.125rem;min-width:326px}a.theme-btn.grayBtn{background-color:var(--dark-soft);color:var(--white)}a.theme-btn.grayBtn:hover,button.theme-btn.grayBtn:hover{background-color:var(--white);color:var(--dark-soft)}header{position:relative;padding-bottom:16px;border-bottom:1px solid var(--dark-soft)}.top-header{background:var(--redColor);padding:13px 10px;margin-bottom:16px}.top-header p{margin:0;color:var(--white)}.header-left{display:flex;align-items:center;gap:40px}.header-left>a.logo{max-width:144px}.header-left nav ul{display:flex;flex-wrap:wrap}.header-left nav ul li a{padding:.75rem 1rem;font-weight:500;display:block;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s}.header-left nav ul li a:hover{opacity:.8}.header-left nav ul li a.active{color:var(--white)}.header-right a.theme-btn.grayBtn{margin-left:auto;margin-right:0}.header-right button.forMenu{margin-left:auto;padding:0;line-height:0;transition:.2s}.header-right button.forMenu svg{width:40px;height:40px}.header-right button.forMenu:hover{color:#fff}aside{position:fixed;top:0;width:100%;height:100vh;z-index:999;background:var(--dark);padding:20px;left:-100%;transition:.3s}aside>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}aside a.logo{max-width:220px}aside ul li a{display:block;margin-bottom:10px;transition:.2s}aside ul li a:hover{opacity:.8}aside ul li a.active{color:var(--white)}aside>div button{font-family:circular;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:var(--redColor);border-radius:50%;color:var(--white)}aside>div button svg{width:25px;height:25px}aside.shownow{left:0}.hero-wrap{padding-top:7rem}.hero-wrap h1{margin-bottom:1.5rem}.hero-wrap p{font-size:1.25rem;line-height:2rem;margin-bottom:3rem}.hero-wrap span{margin-top:1rem;font-size:.9rem;display:block}div#homeHero>form.newsletterform{max-width:560px;margin:auto}div#homeHero{padding-bottom:3.5rem}form.newsletterform>div{display:flex;justify-content:center;gap:16px;padding-bottom:.5rem}form.newsletterform{text-align:left}form.newsletterform>div input{margin:unset;display:block;border:none;color:var(--white);border:1px solid #222;background-color:#222;border-radius:.5rem;width:100%;height:auto;min-height:2.88rem;margin-bottom:0;padding:.5rem .875rem;font-size:1rem;line-height:1.5;transition:all .3s;box-shadow:0 1px 2px #1018280d}form.newsletterform>div input:focus{border-color:#3898ec}form.newsletterform p{color:#616161;letter-spacing:normal;padding-right:5px;font-size:.875rem;display:inline;margin:0}footer{border-top:1px solid #1e1e1e;padding:4rem 0}.footer-form{padding-bottom:4rem}.footer-form h4{font-size:1.25rem;font-weight:500;margin-bottom:.3rem}.footer-form p{margin-bottom:1.5rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px;border-top:1px solid #1e1e1e;padding-top:4rem}.footer-bottom div{font-size:.875rem}.footer-bottom div ul{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom div p{margin:0}.footer-bottom div ul li{position:relative}.footer-bottom div ul li:after{content:"";position:absolute;width:1px;height:70%;background:#a5a5a5;right:-7px;top:50%;transform:translateY(-50%)}.footer-bottom div ul li:last-child:after{display:none}.footer-bottom ul{display:flex;align-items:center;gap:1.5rem}.default_item{background-color:var(--dark-soft);border:1px #e7e7e7;border-radius:1rem;padding:2.5rem}.default_item h3{margin-bottom:1rem}.default_item p{font-size:1.125rem}.steps-wrap .default_item{margin-bottom:1.4rem}.default_item>img{display:block;width:100%}.steps-wrap{margin-bottom:5rem;padding-bottom:3rem}.steps-wrap .section-title{max-width:800px;margin:auto;margin-bottom:5rem}.default_item a.theme-btn{margin:unset;margin-top:2rem;margin-bottom:1rem}.section-title{text-align:center}.section-title h2{margin-bottom:1rem}.section-title p{margin:0;font-size:1.125rem}.video-section{padding:2rem 0;background:#1a1a1a;margin:2rem 0;border-radius:1rem;width:100%}.video-section-title{text-align:center;color:#fff;font-size:2rem;margin-bottom:2rem;font-weight:500}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;padding:0 1.5rem}.video-card{cursor:pointer;transition:transform .2s ease;background:#242424;border-radius:.75rem;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.video-card:hover{transform:translateY(-4px);border-color:#fff3}.video-thumbnail-wrapper{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:.5rem;cursor:pointer;margin-bottom:1rem}.video-thumbnail-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.video-thumbnail-wrapper:hover img{transform:scale(1.05)}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a1a1a;opacity:0;transition:all .2s ease}.play-button svg{width:20px;height:20px;margin-left:2px}.video-thumbnail-wrapper:hover .play-button{opacity:1}.video-title{color:#fff;font-size:.875rem;padding:1rem;margin:0;font-weight:500}.info-steps-wrap h3{margin-bottom:0}@media (max-width: 768px){.video-section{padding:1.5rem 0;margin:1rem 0}.video-grid{gap:1rem;padding:0 1rem}.video-section-title{font-size:1.5rem;margin-bottom:1.5rem}}.section-title-wrapper{text-align:center;margin-bottom:3rem}.rotating-title{display:inline-block;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.rotating-title .highlight{color:#d9fd6d;position:relative;display:inline-block;min-width:100px;text-align:center;transition:all .3s ease}.rotating-title .highlight:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#d9fd6d;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.rotating-title .highlight:hover:after{transform:scaleX(1)}.info-steps-wrap .row>div{margin-bottom:2rem}.info-steps-wrap .row>div:nth-last-child(-n+3){margin-bottom:0}@media (max-width: 768px){.info-steps-wrap .row>div{margin-bottom:1.5rem}.info-steps-wrap .row>div:last-child{margin-bottom:0}}:root{--white: #fff;--dark: #131313;--gray: #1e1e1e;--dark-soft: #1e1e1e;--bodyColor: #a5a5a5;--headingColor: var(--white);--redColor: #ea4e43;--themeColor: #d8fc6c}body{font-family:Inter,sans-serif;font-weight:400;color:var(--bodyColor);font-size:16px;line-height:24px;background-color:var(--dark)}button{cursor:pointer}a:focus,.button:focus{text-decoration:none;outline:none}a:focus,a:hover{color:inherit;text-decoration:none}a,button{color:inherit;outline:medium none}button:focus,input:focus,textarea,textarea:focus{outline:0}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;color:var(--headingColor);margin-top:0;font-weight:600}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}h1{font-size:3.7rem;line-height:1.2}h2{font-size:2.25rem;line-height:1.3}h3{font-size:1.6rem;line-height:1.4}h4{font-size:22px}h5{font-size:1.2rem;line-height:1.4}h6{font-size:16px}ul{margin:0;padding:0}li{list-style:none}img{max-width:100%}a{text-decoration:none;color:inherit}button{border:none;outline:none;background:none;padding:0;line-height:auto}.container{max-width:1300px}.bar a{width:35px;height:35px;float:right;position:relative}.bar a span{width:100%;height:3px;background:#fff;display:block;position:relative;top:17px;border-radius:30px;transition:.3s}.bar a span:before{left:0;content:"";position:absolute;width:100%;height:100%;background:#fff;bottom:10px;border-radius:30px;transition:.3s}.bar a span:after{left:0;content:"";position:absolute;width:100%;height:100%;background:#fff;bottom:-10px;border-radius:30px;transition:.3s}.mobile-menu{position:fixed;width:320px;height:100vh;background:#fff;z-index:99;box-shadow:0 0 9px -1px #737373;top:0;right:0;transition:.3s;margin-right:-400px;padding:30px;z-index:999}.siteBar{margin-right:0}.menu_overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background:#000;opacity:0;visibility:hidden;transition:.2s}.menu_overlay.show{opacity:.5;visibility:visible}.mobile-menu a.logo{display:block;max-width:150px;margin-bottom:50px}.mobile-menu ul#pills-tab{margin-top:90px;margin-bottom:35px!important;display:block}.mobile-menu nav ul li{list-style:none;display:block}.mobile-menu nav ul li a{color:#272835;font-size:16px;line-height:40px;transition:.3s}.mobile-menu nav ul li a:hover{color:#ff4900}.mobile-menu a.bars{position:absolute;right:20px;top:15px;width:40px;height:40px;background:#ff4900;text-align:center;line-height:40px;border-radius:50%;font-size:22px;color:#fff;box-shadow:0 0 17px -2px #0000004a}@media (min-width: 768px) and (max-width: 991px){.header-left nav,.header-right .theme-btn{display:none}}@media (max-width: 767px){.header-left nav,.header-right .theme-btn{display:none}h1{font-size:2.5rem}h2{font-size:1.8rem}.hero-wrap p{font-size:1.1rem;line-height:1.5rem;margin-bottom:2rem}.hero-wrap{padding-top:4rem}.default_item{padding:2rem}div#whatisinside{padding-top:0}.pricing-intros{flex-wrap:wrap;gap:20px;text-align:center}.pricing-intros>img{margin:0}.default_item.pricings{margin-bottom:1rem}.default_item.only_for_content{padding:2rem!important}.accordion-item button.accordion-button svg,.accordion-item button.accordion-button span{display:none}form.newsletterform>div{flex-wrap:wrap}form.newsletterform>div button.theme-btn{width:100%}.info-steps-wrap{padding-top:2.5rem!important;padding-bottom:3rem!important}.info-steps-wrap>div>div{margin-bottom:1.5rem}.info-steps-wrap>div>div>div{padding:2rem}.info-steps-wrap .default_item a.theme-btn.grayBtn{width:100%}.mainTestimonial.testimonailOfHome{padding-top:0rem}.testimonailOfHome .section-title{margin-bottom:1rem}.info-steps-wrap.resources .section-title{padding-bottom:3rem}footer{padding:2.5rem 0!important}.footer-form{padding-bottom:2.5rem!important}.footer-bottom{flex-direction:column-reverse;padding-top:2.5rem!important;flex-wrap:wrap;justify-content:start!important;align-items:flex-start!important}.why-details-wrap{padding-top:0}.feature_item{margin-bottom:.75rem}.accordion{margin-top:3rem}.steps-wrap{padding-bottom:0}.testimonial-wrap{padding-left:0;padding-right:0}.stores-wrap{padding:0}.steps-wrap .section-title{max-width:800px;margin:auto;margin-bottom:3rem}.mainTestimonial{padding:0}.stores-wrap .section-title{margin-bottom:3rem}}@media only screen and (min-width: 480px) and (max-width: 767px){.container{width:450px}}.announcement{margin:0;padding:0}.announcement a{color:inherit;text-decoration:none}.announcement a:hover{text-decoration:underline}.mainTestimonial{margin:5rem 0;padding:3rem 0}.testimonial-wrap{padding:0 35px;margin-bottom:5rem;padding-top:3rem}.testimonial-wrap .section-title{text-align:center;margin-bottom:2rem}.testimonial-item{border:1px dashed var(--dark-soft);text-align:center;border-radius:8px;min-height:4.5rem;margin-top:2rem;padding:2rem}.ti_top svg{display:block;margin:15px auto}.ti_top>img{border-radius:1000px;width:3rem;margin-bottom:1rem}.ti_top h5{letter-spacing:0;font-size:1.2rem;font-weight:600;line-height:1.4;margin:0}.ti_top p{font-size:1.125rem;margin:0}.testimonial-item>p{margin-bottom:2rem;font-size:1.125rem}.testimonailOfHome .section-title{margin-bottom:5rem}.mainTestimonial.testimonailOfHome{margin:0;padding-top:4rem}.videoblk{padding:2rem;margin:2rem 0;position:relative}.videoblk img{display:block;width:100%}.videoblk button{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;transition:.2s}.videoblk button:hover{opacity:.8}.CustomModal{position:fixed;display:flex;align-items:center;justify-content:center;background:#000000c7;z-index:999;width:100%;height:100vh;top:0;left:0;padding:30px;transition:.2s;opacity:0;visibility:hidden}.CustomModal.showThis{opacity:1;visibility:visible}.CustomModal button{position:absolute;top:4%;right:3%;color:#fff}.CustomModal iframe{max-width:90%;width:960px;max-height:80vh;height:600px}.feature_item{background-color:var(--dark-soft);border:1px #e7e7e7;border-radius:1rem;padding:2rem;margin-bottom:1rem}.features-wrap{margin-bottom:2rem}.accordion{margin-top:5rem;background:none;padding:0;border-radius:0}.accordion-item{margin-bottom:1rem;background:var(--dark-soft);color:var(--white);border:none;border-radius:1rem!important;padding:0 1.5rem}.accordion-item button.accordion-button{background:transparent!important;display:flex;align-items:center;gap:1rem;color:var(--white)!important;font-size:1.125rem;font-weight:500;position:relative;padding:1.5rem 0;border-bottom:1px solid #272727;outline:none;box-shadow:none}button.accordion-button span{grid-column-gap:.375rem;background-color:#272727;color:#ffffff75;white-space:nowrap;border-radius:10rem;align-items:center;margin-left:1rem;padding:.125rem .625rem;font-size:.875rem;font-weight:500;display:flex}button.accordion-button svg{color:#ffffff75}.accordion-button:after{display:none!important}.status-indicators-accordion{position:absolute;top:50%;right:0;transform:translateY(-50%);border:2px solid var(--bodyColor);color:var(--bodyColor);border-radius:50%;justify-content:center;align-self:flex-start;align-items:center;width:1.5rem;height:1.5rem;display:flex}.status-indicators-accordion:after,.status-indicators-accordion:before{position:absolute;content:"";width:70%;height:2px;top:50%;transform:translateY(-50%);background:var(--bodyColor);transition:.2s;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s}.status-indicators-accordion:before{width:2px;height:70%}.accordion-button:not(.collapsed) .status-indicators-accordion:before{opacity:0;transform:translateY(-50%) rotate(-90deg);-webkit-transform:translateY(-50%) rotate(-90deg);-moz-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);-o-transform:translateY(-50%) rotate(-90deg)}.accordion-body{padding:1.5rem 0;color:var(--bodyColor)}.default_item.short-cta{text-align:center}.default_item.short-cta p{margin-bottom:1.5rem}.default_item.short-cta a.theme-btn{margin:auto}.why-details-wrap{margin-top:5rem;padding-top:3rem}.default_item.only_for_content{padding:4rem!important}.onlyPrices{margin-bottom:30px}.onlyPrices h2{display:flex;align-items:baseline;gap:10px;margin:0}.onlyPrices h2 span{font-size:50%;color:var(--bodyColor)}.onlyPrices p{font-size:.9rem;display:block;margin-bottom:5px}.onlyPrices>span{color:var(--white);background-color:var(--redColor);display:block;width:max-content;border-radius:50px;padding:.125rem .5rem;font-size:.75rem}.default_item.pricings ul li{display:flex;align-items:center;gap:.8rem;margin-bottom:.5rem}.default_item.pricings a.theme-btn{display:block;width:100%}.default_item>span{display:block;text-align:center}.pricing-intros{border:1px solid var(--gray);border-radius:8px;flex-direction:row;justify-content:center;align-items:center;min-height:4.5rem;padding:1rem 2rem;display:flex;margin-top:3rem}.pricing-intros>img{border-radius:1000px;width:4rem;min-width:4rem;height:auto;min-height:auto;margin-right:2rem}.pricing-intros p{margin:0}.default_item.pricings>p{margin-top:1.2rem;margin-bottom:.5}.stores-wrap{margin-bottom:5rem;padding-bottom:3rem}.stores-wrap .section-title{margin-bottom:5rem}.stores-wrap .default_item{margin-bottom:1.5rem}.info-steps-wrap .default_item{padding:3rem}.info-steps-wrap.resources .section-title{padding-top:2rem;padding-bottom:5rem}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;padding:1rem 0}.solution-card{background:#fff;border:1px solid #E5E7EB;border-radius:.75rem;height:100%;transition:all .2s ease;position:relative;display:flex;flex-direction:column;overflow:hidden}.solution-content{flex:1;padding:1.25rem;position:relative;background:#fff}.solution-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.solution-card.dead{background:#f9fafb;border-color:#e5e7eb}.solution-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.solution-header h3{color:#111827;font-size:1.125rem;font-weight:600;margin:0;line-height:1.4}.github-badge{display:flex;align-items:center;gap:.375rem;background:#f3f4f6;color:#24292f;font-size:.75rem;padding:.25rem .5rem;border-radius:1rem;white-space:nowrap}.github-badge svg{fill:currentColor}.solution-content p{color:#4b5563;font-size:.875rem;line-height:1.5;margin:0;flex-grow:1}.card-footer{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #E5E7EB;display:flex;justify-content:space-between;align-items:center;gap:1rem}.visit-link,.github-link{color:#2563eb;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;margin-right:auto}.visit-link:hover{text-decoration:underline}.dead-badge{display:none}.dead-emoji{font-size:1rem}.accordion-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;padding:1rem 0}.accordion-card{background:#fff;border:1px solid #E5E7EB;border-radius:.75rem;height:100%;transition:all .2s ease;cursor:pointer}.accordion-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.accordion-content{padding:1.25rem;display:flex;flex-direction:column;height:100%}.accordion-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.accordion-header h3{color:#111827;font-size:1.125rem;font-weight:600;margin:0;line-height:1.4}.accordion-content p{color:#4b5563;font-size:.875rem;line-height:1.5;margin:0;flex-grow:1}.revenue-badge{display:inline-flex;align-items:center;margin-left:.5rem;font-size:1rem;position:relative;cursor:help}.revenue-badge .tooltip{visibility:hidden;position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#1f2937;color:#fff;text-align:center;padding:4px 8px;border-radius:6px;font-size:.75rem;white-space:nowrap;z-index:1;margin-bottom:5px}.revenue-badge .tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#1F2937 transparent transparent transparent}.revenue-badge:hover .tooltip{visibility:visible}.status-badge{position:absolute;top:12px;right:12px;z-index:2;padding:4px 8px;border-radius:20px;font-size:.875rem;font-weight:500}.status-badge.live{background:#10b9811a;color:#10b981}.status-badge.prototype{background:#f59e0b1a;color:#f59e0b}.status-badge.in-review{background:#4f46e51a;color:#4f46e5}.status-badge.closed{background:#6b72801a;color:#6b7280}.contributor-badge{color:#111827;font-size:.75rem;font-weight:600;margin-left:auto}.coming-soon{color:#9ca3af;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.coming-soon:before{content:"🔜";font-size:1rem}.advisor-badge{color:#111827;font-size:.75rem;font-weight:600;margin-left:auto}.solution-image{width:100%;height:200px;overflow:hidden;position:relative;background:#f3f4f6}.solution-image img{width:100%;height:100%;object-fit:cover;display:block}.solution-image+.solution-content{border-top-left-radius:0;border-top-right-radius:0}.status-badge{z-index:1}.why-details-wrap.about{margin-top:0}.skill-cloud{display:flex;flex-wrap:wrap;gap:.75rem;padding:2rem 0;justify-content:center;align-items:center}.skill-tag{padding:.5rem 1rem;border-radius:2rem;background:#1a1a1a;color:#fff;transition:all .2s ease;cursor:default;-webkit-user-select:none;user-select:none}.skill-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.skill-tag.xl{font-size:1.25rem;font-weight:600}.skill-tag.lg{font-size:1.125rem;font-weight:500}.skill-tag.md{font-size:1rem;font-weight:400}.skill-tag.frontend{background:#2563eb}.skill-tag.backend{background:#7c3aed}.skill-tag.devops{background:#dc2626}.skill-tag.database{background:#059669}.skill-tag.blockchain{background:#9333ea}.skill-tag.mobile{background:#0891b2}.skill-tag.ai{background:#4f46e5}.skill-tag.security{background:#b91c1c}@media (max-width: 768px){.skill-cloud{gap:.5rem}.skill-tag.xl{font-size:1.125rem}.skill-tag.lg{font-size:1rem}.skill-tag.md{font-size:.875rem}}.skill-section{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.skill-section .section-title{margin-bottom:2rem}.info-steps-wrap{padding:4rem 0}.info-steps-wrap .default_item{padding:3rem;height:100%}.info-steps-wrap .default_item .theme-btn{margin:0;margin-top:3rem;background:#272727;padding:.5rem .875rem}.projects-wrap{padding:60px 0;max-width:1200px;margin:0 auto}.projects-table-container{margin-top:40px;overflow-x:auto;border-radius:12px;background-color:var(--gray);border:1px solid #333}.projects-table{width:100%;border-collapse:collapse;background-color:var(--gray);font-family:Inter,sans-serif}.projects-table thead{background-color:#2a2a2a;border-bottom:2px solid #333}.projects-table th{padding:20px 24px;text-align:left;font-weight:600;font-size:16px;color:var(--headingColor);border-right:1px solid #333}.projects-table th:last-child{border-right:none}.projects-table tbody tr{border-bottom:1px solid #333;transition:background-color .2s ease}.projects-table tbody tr:hover{background-color:#252525}.projects-table tbody tr:last-child{border-bottom:none}.projects-table td{padding:16px 24px;vertical-align:top;border-right:1px solid #333;color:var(--bodyColor);font-size:15px;line-height:1.5}.projects-table td:last-child{border-right:none}.project-status-dot{text-align:center;font-size:16px;min-width:50px;padding:16px 12px!important}.project-name-cell{min-width:180px}.project-link{color:var(--headingColor);text-decoration:none;font-weight:500;transition:color .2s ease;border-bottom:1px solid transparent}.project-link:hover{color:var(--themeColor);border-bottom-color:var(--themeColor)}.project-name{color:var(--headingColor);font-weight:500}.project-started{min-width:80px;color:var(--bodyColor);font-weight:400}.project-type{min-width:60px;color:var(--bodyColor);font-weight:500;text-align:center}.project-description{color:var(--bodyColor);line-height:1.5;max-width:400px}.project-status{min-width:200px;color:var(--bodyColor);line-height:1.5}@media (max-width: 768px){.projects-wrap{padding:40px 20px}.projects-table-container{margin:20px 0;border-radius:8px}.projects-table th,.projects-table td{padding:12px 16px;font-size:14px}.projects-table th{font-size:14px}.project-status-dot{padding:12px 8px!important;font-size:14px;min-width:40px}.project-type{min-width:50px;font-size:13px}.project-description{max-width:250px}.project-status{min-width:150px}}@media (max-width: 480px){.projects-table th,.projects-table td{padding:8px 12px;font-size:13px}.project-status-dot{padding:8px 6px!important;font-size:12px;min-width:35px}.project-type{min-width:45px;font-size:12px}.project-description{max-width:200px}.project-status{min-width:120px;font-size:12px}}.open-source-wrap{padding:60px 0;max-width:900px;margin:0 auto}.opensource-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;margin-top:40px}.opensource-card{background-color:#1a1a1a;border-radius:12px;padding:30px;color:#fff;display:flex;align-items:center;position:relative;transition:all .3s ease;text-decoration:none;overflow:hidden}.opensource-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.opensource-icon{font-size:32px;min-width:50px;display:flex;align-items:center;justify-content:center;margin-right:20px}.opensource-content{flex:1}.opensource-name{font-size:24px;font-weight:700;margin:0 0 5px;color:#fff}.opensource-description{margin:0;color:#9ba9b4;font-size:16px}.contributor-badge{position:absolute;top:10px;right:10px;background-color:#fff;color:#000;font-size:14px;font-weight:600;padding:5px 10px;border-radius:4px}.github-badge{display:flex;align-items:center;gap:5px;padding:5px 10px;background-color:#333;border-radius:4px;color:#fff;font-size:14px;margin-left:10px}.github-badge svg{width:16px;height:16px}.sponsorship-cta{margin-top:60px;padding:40px;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:16px;text-align:center;border:1px solid #333}.sponsorship-content h3{color:var(--headingColor);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.sponsorship-content p{color:var(--bodyColor);font-size:1rem;line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media (min-width: 768px){.opensource-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.opensource-grid{grid-template-columns:repeat(2,1fr)}.sponsorship-cta{padding:50px}.sponsorship-content h3{font-size:1.75rem}.sponsorship-content p{font-size:1.1rem}}@media (max-width: 767px){.sponsorship-cta{margin-top:40px;padding:30px 20px}.sponsorship-content h3{font-size:1.3rem}.sponsorship-content p{font-size:.95rem;margin-bottom:1.5rem}}.financial-tools-wrap{padding:60px 0;max-width:900px;margin:0 auto}.tools-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;margin-top:40px}.tool-card{background-color:#1a1a1a;border-radius:12px;padding:30px;color:#fff;display:flex;align-items:center;position:relative;transition:all .3s ease;text-decoration:none;overflow:hidden}.tool-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.tool-icon{font-size:32px;min-width:50px;display:flex;align-items:center;justify-content:center;margin-right:20px}.tool-content{flex:1}.tool-name{font-size:24px;font-weight:700;margin:0 0 5px;color:#fff}.tool-description{margin:0;color:#9ba9b4;font-size:16px}@media (min-width: 768px){.tools-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.tools-grid{grid-template-columns:repeat(2,1fr)}}.speaking-container{padding:40px 0}.speaking-container section{margin-bottom:80px}.podcast-appearances .podcast-list{margin-top:30px}.podcast-item{margin-bottom:40px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000000d;background-color:#fff}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.podcast-details{padding:25px;text-align:center}.podcast-details h3{margin-top:0;margin-bottom:10px;font-size:1.5rem;font-weight:600}.podcast-host{margin-bottom:20px;color:#555;font-style:italic}.events-list{margin-top:30px}.event-card{margin-bottom:40px;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #00000014;background-color:#fff;display:flex;flex-direction:column}@media (min-width: 768px){.event-card{flex-direction:row;max-height:400px}}.event-card-image{width:100%;height:200px;overflow:hidden}@media (min-width: 768px){.event-card-image{width:40%;height:auto;max-height:400px}}.event-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.event-card-image img:hover{transform:scale(1.05)}.event-card-content{padding:25px;flex:1;display:flex;flex-direction:column}.event-title{margin-top:0;margin-bottom:15px;font-size:1.6rem;font-weight:700;color:#333}.event-meta{margin-bottom:20px}.event-host-link{text-decoration:none;transition:all .2s ease;display:block}.event-host-link:hover{text-decoration:underline}.event-host{color:#06c;font-weight:600;font-size:1.1rem}.event-host-sub{display:block;color:#555;font-size:.9rem;margin-top:2px;margin-bottom:5px}.event-date{color:#777;font-weight:500;margin:8px 0}.event-description{margin-bottom:25px;flex:1}.event-description-title{font-size:1.1rem;font-weight:600;margin-bottom:10px;color:#333}.event-description p{margin-bottom:8px;line-height:1.6}.event-actions{margin-top:auto;display:flex;gap:12px;flex-wrap:wrap}@media (max-width: 480px){.event-actions{flex-direction:column}.event-actions .primaryBtn,.event-actions .grayBtn{width:100%;text-align:center}}.podcasts-grid{margin-top:30px}.podcast-show{margin-bottom:60px;padding-bottom:30px;border-bottom:1px solid #eee}.podcast-show:last-child{border-bottom:none}.podcast-header{display:flex;flex-direction:column;margin-bottom:30px}@media (min-width: 768px){.podcast-header{flex-direction:row;align-items:flex-start}}.podcast-thumb{width:200px;min-width:200px;height:200px;margin-bottom:20px;border-radius:8px;overflow:hidden}@media (min-width: 768px){.podcast-thumb{margin-right:30px;margin-bottom:0}}.podcast-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:4px;transition:transform .3s ease}.podcast-thumb img:hover{transform:scale(1.03)}.podcast-info{flex:1}.podcast-info h3{margin-top:0;margin-bottom:15px;font-size:1.8rem;font-weight:600}.podcast-info p{margin-bottom:20px;line-height:1.6}.podcast-episodes{display:flex;flex-direction:column;gap:15px}.podcast-episode{width:100%}
