@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.nav{position:fixed;display:flex;justify-content:space-between;align-items:center;top:0;padding:.5rem 0rem;width:100%;z-index:99}.nav-height{background-color:var(--bg-color-primary);box-shadow:var(--box-shadow);height:55px}.logo{display:flex;justify-content:center;align-items:center;margin-left:50px}.logo-image{padding-right:10px}.logo-name{display:flex;align-items:center;color:var(--text-primary);font-family:Clash Display Variable,sans-serif;font-size:1rem;font-weight:800}.hamburger-icon{display:none;position:absolute;color:var(--text-primary);cursor:pointer;right:50px;font-size:2rem}.nav-links{display:flex;align-items:center;margin-right:50px}.nav-links li{list-style:none;font-size:1rem;padding:10px 20px}.nav-links li a{position:relative;color:var(--text-secondary);opacity:.8;font-size:1rem;z-index:3}.nav-links li a:hover{border-bottom:3px solid var(--cta-secondary);color:var(--cta-secondary);padding-bottom:22px}#tweet-btn{background:#054acf;border-radius:20px;color:#fff;text-align:center;font-size:.75rem;padding:.4rem .8rem;transition:.1s ease-in-out}.tweet-btn:visited{background:var(--cta-primary);color:#fff}.tweet-btn:hover{background:var(--cta-secondary)}.hamburger-icon{display:none}.theme-switch-wrapper{display:flex;align-items:center;margin-left:10px;padding-top:10px}.theme-switch{display:inline-block;position:relative;height:13px;width:32px;padding:1px;margin-right:1.5rem}.theme-switch input{display:none}.slider{background-color:gray;position:absolute;bottom:0;left:0;right:0;top:0;transition:.4s;cursor:pointer}.slider:before{content:"";background-color:#fff;border:1px solid #ccc;position:absolute;bottom:-2.2px;height:20px;width:20px;transition:.4s;z-index:2}input:checked+.slider{background-color:var(--cta-primary)}input:checked+.slider:before{transform:translate(14px)}.slider.circle{border-radius:25px}.slider.circle:before{border-radius:50%}.scroll-indicator{background-color:var(--cta-primary);position:absolute;width:100%;height:2px;bottom:0;z-index:-1}.scroll-indicator:hover{background-color:var(--cta-secondary)}@media (max-width: 768px){.nav{padding-top:1rem}.hamburger-icon{display:block;z-index:4}.nav-links{display:none}.nav-links li{padding:25px 20px}.mobile-nav{background-color:var(--bg-color-primary);border:1px solid var(--bg-color-secondary);display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:60px;padding:0;width:100vw;height:450px;transition:all .5s ease-in-out}.nav-links li a:hover{border-bottom:none}.theme-switch-wrapper{margin:20px 0 20px 10px}}@media (max-width: 768px){#email{width:500px!important}#subscribe-btn{top:7px;right:9px;font-size:.8rem}}@media (max-width: 600px){#email{font-size:.8rem;width:300px!important}}.footer{background-color:var(--black);color:var(--neutral);padding:40px 0 0}.footer-nav{margin:0 50px}.footer-nav .logo{color:var(--neutral);display:block;margin-left:0}.footer-nav .logo-name{color:var(--neutral)}.footer-nav p{font-size:.85rem;font-weight:lighter;line-height:1.5}.footer-about{display:flex;align-items:center}.socials>a{border-radius:4px;border:#666;font-size:1.25rem;padding:0 .2rem;transition:.2s ease-in-out}.socials a:hover{background:#111;color:#ddd}.footer-menu{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:20px 0}.footer-links{position:relative}.footer-links h3{font-size:1rem}.footer-links li{cursor:pointer;display:flex;align-items:center;list-style:none;margin-bottom:10px}.footer-links li a{color:var(--neutral);opacity:.7;margin-right:14px;font-weight:lighter;text-decoration:none;transition:all .3s ease-in}.footer-links li a:hover{opacity:1}.footer-links li .arrow-icon{position:absolute;left:85px}.footer-attribution{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;margin:0 50px}.footer-attribution .curator{padding-left:0}.producthunt-badge img{width:120px;height:60px}.vercel-logo{filter:invert(48%) sepia(80%) saturate(46%) hue-rotate(86deg) brightness(80%) contrast(19%);width:50px}@media screen and (max-width: 558px){.footer-menu{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.footer-attribution{font-size:.75rem;line-height:1.6}}@media screen and (max-width: 465px){.footer-attribution{display:grid;grid-template-columns:repeat(2,1fr);line-height:normal}}@media screen and (max-width: 450px){.footer-list{display:grid;grid-template-columns:repeat(1,1fr)}}.hero-section{background-image:url(/assets/floating-icons.b90a39d8.svg);background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;align-items:center;text-align:center;margin:10px 50px}.tagline{color:var(--text-secondary);font-size:1.1rem;max-width:800px;padding:10px 0;margin:0 auto;line-height:1.5}@media (max-width: 600px){.tagline{font-size:.96rem;line-height:1.5}.hero-section{background-position:10% 50%}}@media screen and (max-width: 480px){.title{font-size:4.8rem!important;margin-top:-4px}#highlights{display:block}.tagline{font-size:1rem!important;line-height:1.5}}.featured{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:10px 0;margin:30px 50px}.featured h2{font-size:1.2rem;font-weight:600;text-transform:uppercase}.brands{background-color:#efeef8}.featured img{padding:0 10px;width:150px}.card-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,280px));gap:18px;text-align:center}.card{border-radius:5px;border:1px solid var(--border-color-secondary);padding:1rem;overflow:hidden;transition:all .1s ease-in-out}.card:hover{border:.4px solid var(--cta-secondary);transform:scale(1.02)}.card-img{cursor:pointer}.card-img img{object-fit:cover;width:250px;height:180px}.card-info{text-align:left}#resource-title{color:var(--text-primary);font-size:1rem;font-weight:600;letter-spacing:normal;line-height:1}.description{color:var(--text-secondary);font-size:.85rem;line-height:140%;margin-top:0}@media screen and (max-width: 580px){.title-link h2{font-size:1rem}.card-img img{height:180px;width:480px}.card-info{padding-top:10px}}@media screen and (max-width: 460px){.card-section{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px}.card-img img{width:270px;height:200px}}@media screen and (max-width: 350px){.card-section{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.card-img img{width:220px;height:150px}}.skeleton{position:relative;background-color:var(--skeleton-backgroun);border-radius:5px;min-height:200px}#avatar,#paragraphy{background-color:var(--skeleton-avatar);width:100%}#avatar{height:180px}#heading{background-color:var(--skeleton-heading);border-radius:5px;margin:8px 2px;width:200px;height:20px}#paragraphy{margin:5px 2px;height:10px;border-radius:5px}.shimmer-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;animation:loading 2.5s infinite}.shimmer{background-color:var(--skeleton-shimmer);box-shadow:var(--skeleton-shadow);width:50%;height:100%;transform:skew(-20deg)}@keyframes loading{0%{transform:translate(-150%)}50%{transform:translate(-60%)}to{transform:translate(150%)}}.filter-section{display:flex;flex-direction:column;align-items:center;text-align:center;margin:10px 50px 100px}.search-section{position:relative;margin:1rem 0 3rem}#search{position:relative;width:550px;padding:1.2rem;font-size:1rem;background-color:var(--bg-color-secondary)}@media (max-width: 768px){#search{width:500px}.search-btn{top:7px;right:09px;font-size:.8rem}}@media (max-width: 600px){#search{font-size:.8rem;width:300px}}.filter-resources{background-color:var(--bg-color-secondary);color:var(--text-primary);border:1px solid var(--bg-color-secondary)}.home{margin:180px 0 30px;width:100vw}.filter-sort{display:flex;justify-content:space-between;padding:0 50px}.about-section{margin:120px 60px 30px}.about-section #heading-img{width:100%}.about-section p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:10px;line-height:1.6}.about-section a{font-weight:700;padding-left:5px}.success-page{display:flex;justify-content:center;align-items:center;margin:120px 25px 30px}.success-box{position:relative;background-color:#ededed;border-radius:5px;display:flex;flex-direction:column;align-items:center;padding:20px;margin-top:100px;width:400px}.success-img{position:absolute;top:-50px;width:100px}.success-page p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:10px;line-height:1.6;text-align:center}.success-page h3{margin:0}.form-text{margin:120px 50px 30px;text-align:center}.form-text p{font-weight:200;font-size:1.1rem;line-height:1.6}.form input{background-color:var(--bg-color-secondary);margin:5px 0 10px}.submit-btn{font-size:1rem;text-transform:uppercase;margin-top:20px}@media screen and (max-width: 440px){.form{width:300px}}.contact-section{margin:120px 60px 30px}.contact-section #heading-img{width:100%}.contact-section p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:10px;line-height:1.6}.contact-section a{font-weight:700;padding-left:5px}.form-container{margin:0}label{margin-bottom:10px}textarea{background-color:var(--bg-color-secondary);border:none;outline:none;border-radius:3px;color:var(--text-primary);font-size:1rem;padding:15px;resize:none;min-height:100px}.tagline{font-style:italic;font-size:1.3rem;text-align:center}.error-section{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:120px 25px 30px}.error-img{max-width:600px;margin-bottom:-50px}.error-section p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:10px;line-height:1.6;text-align:center}.error-section h3{margin:0}@media screen and (min-width: 600px){.error-section p{width:50%}}.scrollTopBtn{background-color:var(--cta-primary);border:none;border-radius:10px;cursor:pointer;color:var(--neutral);position:fixed;display:flex;justify-content:center;align-items:center;width:45px;height:45px;bottom:20px;right:20px;transition:opacity .1s cubic-bezier(.5,0,.15,1.1)}.scrollTopBtn:hover{background-color:var(--cta-secondary)}.show{opacity:100}.hide{opacity:0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}#root,html,body,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg-color-primary: #fff;--bg-color-secondary: #efeef8;--text-primary: #00060f;--text-secondary: rgba(0, 0, 0, .5);--cta-primary: #4262ff;--cta-secondary: #3f86df;--input-color: #f4f4f4;--border-color: #777777;--border-color-secondary: rgba(0, 0, 0, .09);--box-shadow: 0 10px 40px -10px rgba(0, 0, 0, .1);--black: #000;--neutral: #fff;--skeleton-background: #fff;--skeleton-avatar: #efefef;--skeleton-heading: #f0f0f0;--skeleton-shimmer: rgba(255, 255, 255, .481);--skeleton-shadow: 0 0 30px 30px rgba(252, 252, 252, .33)}[data-theme-color=dark]{--bg-color-primary: #0c0b0f;--bg-color-secondary: #18151e;--text-primary: #f6f6f6;--text-secondary: #b3b3b3;--cta-primary: #4262ff;--cta-secondary: #3f86df;--input-color: #f4f4f4;--border-color: #eaeaeaf0;--border-color-secondary: rgba(255, 255, 255, .09);--box-shadow: 0 10px 6px -10px rgba(128, 128, 128, .651);--black: #100e15;--neutral: #fff;--skeleton-background: #181818;--skeleton-avatar: #151515;--skeleton-heading: #161616;--skeleton-shimmer: rgba(47, 47, 47, .139);--skeleton-shadow: 0 0 30px 30px rgba(67, 67, 67, .33)}@font-face{font-family:Varent Grotesk;src:local("./assets/fonts/VarentGrotesk-Bold.otf"),url(/assets/VarentGrotesk-Bold.bc94ca7b.otf) format("opentype");font-style:normal;font-weight:400}@font-face{font-family:Clash Display Variable;src:local("./assets/fonts/ClashDisplay-Variable.ttf"),url(/assets/ClashDisplay-Variable.c1c02f27.ttf) format("truetype");font-style:normal;font-weight:400}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg-color-primary);color:var(--text-primary);width:100vw;height:100vh;overflow-x:hidden}h1,h2{letter-spacing:2px;margin-bottom:8px}.title{background:linear-gradient(#dd00ff,#4e00ec);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Varent Grotesk,sans-serif;font-size:5rem;font-weight:800}#highlights{background:var(--border-color);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#heading{font-size:2.5rem}h2{font-family:Inter,sans-serif;font-size:2rem;font-weight:700}p,li{font-family:Inter,sans-serif}.subheading{font-size:.875rem}.detail-text{font-size:.85rem}ul{list-style:none}a,a:link,a:hover,a:active,a:visited{color:var(--cta-secondary);font-weight:600;text-decoration:none}input,button{display:block;border-radius:3px;border:none;outline:none;padding:1rem;transition:all .3s ease-in-out;font-family:Inter,sans-serif}input{background-color:var(--input-color);color:var(--text-primary);border:1px solid transparent}input::placeholder,textarea::placeholder{color:var(--text-secondary)}input:focus,textarea:focus{border:1px solid var(--cta-secondary)}button{background-color:var(--cta-primary);border-radius:4px;color:var(--neutral);cursor:pointer}button:hover{background-color:var(--cta-secondary)}select{background:var(--bg-color-secondary);border:none;color:var(--text-secondary);font-size:.85rem;letter-spacing:1px;padding:16px 5px;margin:0 5px;-webkit-appearance:none;appearance:none;outline:none}.category{position:relative;margin:25px 50px}.form-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:20px 50px 30px}.form{border:.5px solid #201f1ff0;color:var(--text-primary);display:flex;flex-direction:column;justify-content:center;padding:20px;margin:20px 30px;width:450px}.input-cta{position:absolute;background-color:var(--cta-primary);border-radius:3px;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.9rem;top:5px;right:5px;bottom:5px}@media screen and (max-width: 790px){.logo{margin-left:25px}.hamburger-icon{right:25px}.title{font-size:3.3rem}.tagline{font-size:.85rem}.category{margin:2px 25px}.footer-nav{margin:0 25px;overflow-x:hidden}.footer-attribution{margin:15px 25px}.about-section{margin:140px 25px 30px}}@media (max-width: 650px){.category{margin:25px 30px}.filter-sort{padding:0 30px}}@media screen and (max-width: 560px){.home{margin:140px 0 0}.home h1{font-size:2.4rem}.newsletter-title{font-size:1.4rem}.newsletter-subtitle{font-size:.85rem}}@media screen and (max-width: 510px){.form{width:350px}}@media screen and (max-width: 440px){#heading,h2{font-size:1.5rem}.contact-section p,.about-section p{font-size:1rem}.footer-nav p{width:100%}.footer-list{min-width:260px}}@media screen and (max-width: 385px){.home h1{font-size:1.8rem}.tagline{font-size:.75rem}.form{width:280px}}
