:root{--background:#f3f2ec;--background-secondary:#dcdcdc;--foreground:#1a1a1a;--foreground-secondary:#4a4a4a;--foreground-muted:#6b6b6b;--primary:#e62727;--primary-hover:#cc2020;--primary-light:#e627271a;--secondary:#1e93ab;--secondary-hover:#177a8f;--secondary-light:#1e93ab1a;--accent:#1e93ab;--accent-hover:#177a8f;--accent-light:#1e93ab1f;--success:#2d9d5c;--success-light:#2d9d5c1f;--warning:#e6a623;--warning-light:#e6a6231f;--error:#e62727;--error-light:#e627271f;--info:#1e93ab;--info-light:#1e93ab1f;--surface:#fff;--surface-elevated:#fff;--surface-hover:#dcdcdc;--surface-active:#c9c9c9;--border:#c5c5c5;--border-light:#dcdcdc;--border-focus:#e62727;--glass:#f3f2ece6;--glass-border:#1a1a1a1a;--shadow-xs:0 1px 2px #0000000d;--shadow-sm:0 1px 3px #00000014,0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000d;--shadow-lg:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;--shadow-glow:0 0 20px #e6272726;--radius:12px;--radius-sm:8px;--radius-lg:16px;--radius-full:9999px;--navbar-height:70px;--navbar-height-mobile:60px;--navbar-bg:#f3f2ecf2;--navbar-border:#c5c5c5cc;--card-bg:#fff;--card-border:#c5c5c5;--card-hover:#f3f2ec;--input-bg:#fff;--input-border:#c5c5c5;--input-focus:#e62727;--input-placeholder:#8a8a8a;--scrollbar-track:#dcdcdc;--scrollbar-thumb:#b0b0b0;--scrollbar-thumb-hover:#909090;--foreground-light:#1a1a1a0f}[data-theme=dark]{--background:#121417;--background-secondary:#1a1d21;--foreground:#f3f2ec;--foreground-secondary:#dcdcdc;--foreground-muted:#8a8a8a;--navbar-height:70px;--navbar-height-mobile:60px;--primary:#e62727;--primary-hover:#f33;--primary-light:#e627272e;--secondary:#1e93ab;--secondary-hover:#25b3d1;--secondary-light:#1e93ab2e;--accent:#1e93ab;--accent-hover:#25b3d1;--accent-light:#1e93ab2e;--success:#3dbd6e;--success-light:#3dbd6e2e;--warning:#f0b840;--warning-light:#f0b8402e;--error:#e62727;--error-light:#e627272e;--info:#1e93ab;--info-light:#1e93ab2e;--surface:#1e2126;--surface-elevated:#252a30;--surface-hover:#2c323a;--surface-active:#363e48;--border:#2e343c;--border-light:#252a30;--border-focus:#e62727;--glass:#1e2126e6;--glass-border:#f3f2ec1a;--shadow-xs:0 1px 2px #0000004d;--shadow-sm:0 1px 3px #0006,0 1px 2px #0000004d;--shadow-md:0 4px 6px -1px #0006,0 2px 4px -1px #0000004d;--shadow-lg:0 10px 15px -3px #0006,0 4px 6px -2px #00000040;--shadow-glow:0 0 25px #e6272740;--navbar-bg:#121417f2;--navbar-border:#2e343ccc;--card-bg:#1e2126;--card-border:#2e343c;--card-hover:#252a30;--input-bg:#1e2126;--input-border:#2e343c;--input-focus:#e62727;--input-placeholder:#6b6b6b;--scrollbar-track:#121417;--scrollbar-thumb:#2e343c;--scrollbar-thumb-hover:#3a424c;--foreground-light:#f3f2ec0f}*{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark] html,html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto Slab,Georgia,Times New Roman,serif;transition:background-color .3s,color .3s;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.container{max-width:1280px;margin:0 auto;padding:0 24px}@media (max-width:768px){.container{padding:0 16px}}@media (max-width:480px){.container{padding:0 12px}}.gradient-text{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.main-content{padding-top:var(--navbar-height)}@media (max-width:768px){.main-content{padding-top:var(--navbar-height-mobile)}}.page-hero{padding-top:calc(var(--navbar-height) + 50px)}@media (max-width:768px){.page-hero{padding-top:calc(var(--navbar-height-mobile) + 30px)!important}}@media (max-width:480px){.page-hero{padding-top:calc(var(--navbar-height-mobile) + 20px)!important}}.hide-on-mobile{display:block}.show-on-mobile{display:none}.hide-on-tablet{display:block}@media (max-width:968px){.hide-on-mobile{display:none}.show-on-mobile{display:block}.hide-on-tablet{display:none}}@media (max-width:480px){.hide-on-small{display:none}}@media (max-width:768px){html{font-size:15px}}@media (max-width:480px){html{font-size:14px}}.theme-transition,.theme-transition *,.theme-transition :before,.theme-transition :after{transition:background-color .3s,border-color .3s,color .3s,box-shadow .3s!important}::selection{background-color:var(--primary);color:#fff}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){[style*="display: flex"]{flex-wrap:wrap}section{padding-top:3rem!important;padding-bottom:3rem!important}}@media (max-width:480px){section{padding-top:2rem!important;padding-bottom:2rem!important}}@media (max-width:768px){[style*="grid-template-columns: repeat(auto-fit"],[style*=minmax\(320px],[style*=minmax\(350px],[style*=minmax\(400px],[style*=minmax\(450px]{grid-template-columns:1fr!important}}@media (max-width:968px) and (min-width:769px){[style*=minmax\(320px]{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){[style*="gap: 3rem"]{gap:1.5rem!important}[style*="gap: 4rem"]{gap:2rem!important}[style*="gap: 2rem"]{gap:1rem!important}}@media (max-width:480px){[style*="padding: 2rem"],[style*="padding: 2.5rem"],[style*="padding: 3rem"]{padding:1.25rem!important}[style*="font-size: 2.5rem"],[style*="font-size: 2.75rem"],[style*="font-size: 2rem"]{font-size:1.75rem!important}button[style*="padding: 1.1rem"],button[style*="padding: 1.25rem"],button[style*="padding: 1rem 2rem"],button[style*="padding: 1rem 2.5rem"]{padding:.9rem 1.5rem!important;font-size:.9rem!important}}@media (max-width:768px){.blog-content{max-width:100%!important;font-size:1.125rem!important;line-height:1.75!important}.blog-content h1{font-size:1.875rem!important}.blog-content h2{font-size:1.5rem!important}.blog-content h3{font-size:1.25rem!important}}@media (max-width:480px){.blog-content{font-size:1.0625rem!important;line-height:1.7!important}.blog-content h1{font-size:1.625rem!important}.blog-content h2{font-size:1.375rem!important}.blog-content h3{font-size:1.125rem!important}}@media (max-width:768px){[style*="position: absolute"][style*=opacity]{display:none!important}footer .container{text-align:center!important;flex-direction:column!important;gap:1rem!important}footer [style*="display: flex"][style*="gap: 2rem"]{flex-wrap:wrap!important;justify-content:center!important;gap:1rem!important}}.layout-with-sidebar{grid-template-columns:1fr 320px;gap:2rem;display:grid}@media (max-width:968px){.layout-with-sidebar{grid-template-columns:1fr}.layout-with-sidebar .sidebar{display:none}}@media (max-width:768px){.layout-with-sidebar{gap:1rem}main.container>div>div:last-child:not(:first-child){display:none}}@media (max-width:640px){[style*="borderBottom: '1px solid"]{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overflow-x:auto!important}[style*="borderBottom: '1px solid"]::-webkit-scrollbar{display:none}}@media (max-width:480px){button[style*="padding: '0.75rem 1.25rem'"]{padding:.5rem .75rem!important;font-size:.8rem!important}article[style*="padding: '3rem'"]{padding:1.5rem!important}}@media (max-width:768px){article[style*="gridTemplateColumns: '1fr 1fr'"],article[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}article[style*="gridTemplateColumns: '1fr 1fr'"]>div:first-child,article[style*="grid-template-columns: 1fr 1fr"]>div:first-child{min-height:200px!important}article[style*="gridTemplateColumns: '1fr 1fr'"]>div:last-child,article[style*="grid-template-columns: 1fr 1fr"]>div:last-child{padding:1.5rem!important}}@media (max-width:480px){[style*="gridTemplateColumns: 'repeat(auto-fill, minmax(320px"],[style*="grid-template-columns: repeat(auto-fill, minmax(320px"]{grid-template-columns:1fr!important}}@media (max-width:768px){[style*="display: 'flex'"][style*="gap: '1rem'"] button{flex:1;min-width:0}[style*="justifyContent: 'space-between'"][style*="flexWrap: 'wrap'"]{flex-direction:column!important;align-items:stretch!important}}@media (max-width:968px){[style*="gridTemplateColumns: '80px 1fr 200px 120px'"],[style*="grid-template-columns: 80px 1fr 200px 120px"]{grid-template-columns:60px 1fr!important;gap:1rem!important}[style*="gridTemplateColumns: '80px 1fr 200px 120px'"]>:nth-child(3),[style*="gridTemplateColumns: '80px 1fr 200px 120px'"]>:nth-child(4){display:none!important}[style*="gridTemplateColumns: '1fr 1fr'"][style*="gap: '6rem'"],[style*="grid-template-columns: 1fr 1fr"][style*="gap: 6rem"]{grid-template-columns:1fr!important;gap:3rem!important}}@media (max-width:768px){[style*="gridTemplateColumns: '1fr 1fr'"],[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}}@media (max-width:640px){main>section:first-child>.container:first-child{flex-direction:column!important;align-items:flex-start!important;gap:1.5rem!important}main>section:first-child>.container:first-child>div:last-child{text-align:left!important}}@media (max-width:768px){main>section:first-child>.container:last-child{flex-direction:column!important;align-items:flex-start!important;gap:2rem!important}}@media (max-width:640px){[style*="padding: '0 0 2rem 4.5rem'"],[style*="padding: 0 0 2rem 4.5rem"]{padding-left:0!important}button[style*="gap: '2rem'"]>div:first-child{gap:1rem!important}}@media (max-width:968px) and (min-width:641px){[style*="flexDirection: 'column'"][style*="justifyContent: 'center'"]{flex-flow:wrap!important;gap:2rem!important}[style*="flexDirection: 'column'"][style*="justifyContent: 'center'"]>div{flex:calc(50% - 1rem)!important;margin-bottom:0!important}}@media (max-width:480px){a[style*="padding: '1.5rem 3rem'"]{justify-content:center!important;width:100%!important}[style*="animation: marquee"]{animation-duration:15s!important}}.responsive-grid-2{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.responsive-grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.responsive-grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:968px){.responsive-grid-3,.responsive-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.responsive-grid-2,.responsive-grid-3,.responsive-grid-4{grid-template-columns:1fr;gap:1rem}}.sidebar-hide-mobile{display:block}@media (max-width:968px){.sidebar-hide-mobile{display:none}}.flex-stack-mobile{gap:2rem;display:flex}@media (max-width:768px){.flex-stack-mobile{flex-direction:column;gap:1rem}}@media (max-width:480px){h1[style*=clamp\(3rem]{font-size:clamp(2rem,10vw,4rem)!important}}@media (max-width:640px){[style*="fontSize: '4rem'"],[style*="font-size: 4rem"],[style*="fontSize: '3.5rem'"],[style*="font-size: 3.5rem"]{font-size:2.5rem!important}[style*="fontSize: '6rem'"],[style*="font-size: 6rem"],[style*="fontSize: '5rem'"],[style*="font-size: 5rem"]{font-size:3rem!important}[style*="padding: '0 0 2rem 4.5rem'"],[style*="paddingLeft: '4.5rem'"]{padding-left:3rem!important}}@media (max-width:768px){[style*="gridTemplateColumns: '80px 1fr 200px 120px'"],[style*="gridTemplateColumns: '60px 1fr 150px 100px'"],[style*="gridTemplateColumns: '50px 1fr 80px'"],[style*="gridTemplateColumns: '50px 1fr auto'"]{grid-template-columns:40px 1fr!important}[style*="gridTemplateColumns: '80px 1fr 200px 120px'"]>:nth-child(3),[style*="gridTemplateColumns: '80px 1fr 200px 120px'"]>:nth-child(4),[style*="gridTemplateColumns: '60px 1fr 150px 100px'"]>:nth-child(3),[style*="gridTemplateColumns: '60px 1fr 150px 100px'"]>:nth-child(4),[style*="gridTemplateColumns: '50px 1fr 80px'"]>:nth-child(3){display:none!important}article[style*="gridTemplateColumns: '1.2fr 1fr'"],article[style*="gridTemplateColumns: '1fr 1fr'"]{grid-template-columns:1fr!important}article[style*=gridTemplateColumns]>div[style*="height: '350px'"],article[style*=gridTemplateColumns]>div[style*="height: 350px"]{height:200px!important}[style*="gridTemplateColumns: '60px 1fr'"]{grid-template-columns:1fr!important}[style*="gridTemplateColumns: '60px 1fr'"]>div[style*="position: 'sticky'"],[style*="gridTemplateColumns: '60px 1fr'"]>div[style*="position: sticky"]{display:none!important}[style*="marginLeft: '76px'"]{margin-left:0!important}}@media (max-width:968px){[style*="gridTemplateColumns: '1fr 320px'"],[style*="gridTemplateColumns: '1fr 300px'"],[style*="gridTemplateColumns: 1fr 320px"],[style*="gridTemplateColumns: 1fr 300px"]{grid-template-columns:1fr!important}[style*="gridTemplateColumns: '1fr 320px'"]>div:last-child,[style*="gridTemplateColumns: '1fr 300px'"]>div:last-child{display:none!important}}@media (max-width:768px){section[style*="background: 'var(--foreground)'"]>div>div[style*="gridTemplateColumns: '1fr 1fr'"],section[style*="background: var(--foreground)"]>div>div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}}@media (max-width:640px){[style*="position: 'sticky'"][style*="borderBottom: '1px solid"]{-webkit-overflow-scrolling:touch;overflow-x:auto!important}[style*="position: 'sticky'"][style*="borderBottom: '1px solid"]>div{min-width:max-content}[style*="gridTemplateColumns: 'repeat(4, 1fr)'"]{grid-template-columns:repeat(2,1fr)!important}[style*="gridTemplateColumns: 'repeat(3, 1fr)'"]{grid-template-columns:1fr!important;gap:0!important}[style*="gridTemplateColumns: '80px 1fr'"],[style*="grid-template-columns: 80px 1fr"]{text-align:center;grid-template-columns:1fr!important}[style*="gridTemplateColumns: '80px 1fr'"]>div:first-child,[style*="grid-template-columns: 80px 1fr"]>div:first-child{margin:0 auto 1rem}[style*="display: 'flex'"][style*="gap: '0.5rem'"]{-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem;overflow-x:auto;flex-wrap:nowrap!important}[style*="display: 'flex'"][style*="gap: '0.5rem'"]::-webkit-scrollbar{display:none}[style*="display: 'flex'"][style*="gap: '0.5rem'"]>button{white-space:nowrap;flex-shrink:0}}@media (max-width:968px){[style*="gridTemplateColumns: showSettings"]{grid-template-columns:1fr!important}[style*="position: 'fixed'"][style*="right: '0'"][style*="width: '320px'"]{max-width:320px;width:100%!important}}@media (max-width:480px){a[style*="padding: '1.5rem 3rem'"]{justify-content:center;width:100%;padding:1rem 2rem!important;font-size:1rem!important}}@media (max-width:768px){section:first-of-type[style*="paddingTop: '120px'"],section:first-of-type[style*="padding-top: 120px"],[style*="paddingTop: '120px'"],[style*="padding-top: 120px"]{padding-top:90px!important}section:first-of-type[style*="paddingTop: '100px'"],section:first-of-type[style*="padding-top: 100px"],[style*="paddingTop: '100px'"],[style*="padding-top: 100px"]{padding-top:80px!important}}@media (max-width:480px){section[style*="padding: '6rem 0'"],section[style*="padding: '8rem 0'"],section[style*="padding: 6rem 0"],section[style*="padding: 8rem 0"]{padding-top:3rem!important;padding-bottom:3rem!important}section[style*="padding: '4rem 0'"],section[style*="padding: '5rem 0'"],section[style*="padding: 4rem 0"],section[style*="padding: 5rem 0"]{padding-top:2.5rem!important;padding-bottom:2.5rem!important}section:first-of-type[style*=paddingTop],section:first-of-type[style*=padding-top]{padding-top:80px!important}[style*="gap: '4rem'"],[style*="gap: 4rem"]{gap:2rem!important}[style*="gap: '3rem'"],[style*="gap: 3rem"]{gap:1.5rem!important}[style*="gap: '2rem'"],[style*="gap: 2rem"]{gap:1rem!important}button[style*="padding: '1rem 2rem'"],button[style*="padding: '1rem 2.5rem'"],a[style*="padding: '1rem 2rem'"],a[style*="padding: '1rem 2.5rem'"]{padding:.875rem 1.5rem!important}h1[style*=WebkitTextStroke]{-webkit-text-stroke-width:1px!important}}@media (max-width:640px){span[style*="fontSize: '6rem'"],span[style*="fontSize: '5rem'"],span[style*="font-size: 6rem"],span[style*="font-size: 5rem"]{display:none!important}}@media (max-width:480px){input[style*="maxWidth: '400px'"],input[style*="max-width: 400px"],div[style*="maxWidth: '400px'"],div[style*="max-width: 400px"]{min-width:100%!important;max-width:100%!important}[style*="height: '3px'"][style*="position: 'fixed'"],[style*="height: 3px"][style*="position: fixed"]{height:2px!important}}@media (max-width:768px){button,a[style*=padding]{min-height:44px}}
