.hero-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:1050px;margin:0 auto;padding:4rem 2rem;display:flex}.hero-title{background:var(--gradient-bl1);-webkit-text-fill-color:transparent;font-size:3rem;font-weight:700;font-family:var(--system-font);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#111827;font-size:1rem;font-weight:200;font-family:var(--system-font);padding:0 2rem}.hero-blog-section{grid-template-columns:1fr;gap:1.5rem;max-width:1050px;margin:0 auto;padding:0 2rem;display:grid}@media (min-width:640px){.hero-blog-section{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hero-blog-section{grid-template-rows:536px;grid-template-columns:2fr 1fr}}.hero-blog-section>a:first-child{min-width:0;height:100%}.hero-blog-section>div:last-child{flex-direction:column;gap:1.5rem;min-width:0;height:100%;display:flex}.blog-archive-section{background-color:#f8f9fa;border-radius:2rem;margin-top:4rem;padding-top:3rem;padding-bottom:3rem}.search-bar-container{background-color:#fff;border:none;border-radius:1rem;align-items:center;width:400px;max-width:90%;margin-top:1rem;padding:.75rem 1.25rem;transition:all .3s;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.search-bar-container:hover{box-shadow:0 2px 4px #0000001a}.search-bar-container:before{content:"";background:var(--gradient-bl1);-webkit-mask-composite:xor;pointer-events:none;z-index:1;border-radius:1rem;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.search-bar-input{color:#000;background:0 0;border:none;outline:none;flex:1;font-size:1rem}.search-icon{color:#1e19b1;width:1.2rem;height:1.2rem}.scrollbar::-webkit-scrollbar{width:6px}.scrollbar::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:3px}.scrollbar::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}.scrollbar::-webkit-scrollbar-thumb:hover{background:#64748b}.scrollbar{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}.scroll-dark::-webkit-scrollbar{width:8px}.scroll-dark::-webkit-scrollbar-track{background:#cbd5e1}.scroll-dark::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.scroll-dark::-webkit-scrollbar-thumb:hover{background:#1e293b}
