@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#171717;--link-default:#001aff;--link-hover:#3dc209;--link-active:#ffb900;--h1-color:#ff2056;--h2-color:#ffc400;--h3-color:#7008e7}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{width:100%;font-family:Quicksand,Helvetica Neue,Helvetica,Arial,sans-serif}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}h1{color:var(--h1-color)}h2{color:var(--h2-color);font-size:1.8rem}h3{color:var(--h3-color)}p,span{color:#fff}a{color:var(--link-default);font-weight:600;text-decoration:none;transition:color .15s ease-in-out}a:hover,a:focus,a:active{color:var(--link-hover)}main{border-bottom:1px solid #ccc}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
.footer-module__XhqkKq__footer{text-align:center;width:95%;margin:1.5rem auto;font-size:1.3rem}.footer-module__XhqkKq__grid{grid-template-columns:repeat(5,minmax(0,1fr));justify-items:center;gap:.75rem;margin-bottom:1.25rem;display:grid}.footer-module__XhqkKq__link{text-transform:capitalize;color:var(--link-default);font-weight:700;transition:color .15s ease-in-out}.footer-module__XhqkKq__active{color:var(--link-hover)!important}.footer-module__XhqkKq__copy{color:#fff;text-transform:uppercase;margin-top:1.5rem;font-size:1.2rem;font-weight:600}@media (max-width:1024px){.footer-module__XhqkKq__grid{grid-template-columns:1fr;width:95%}}
.nav-module__c35mlW__nav{background:var(--background);box-sizing:border-box;justify-content:space-between;align-items:center;width:80%;margin:0 auto;font-size:1.3rem;display:flex;position:relative}.nav-module__c35mlW__logoLink{display:inline-block}.nav-module__c35mlW__linkList{align-items:center;gap:16px;display:flex}.nav-module__c35mlW__link{text-transform:capitalize;color:var(--link-default);font-weight:600;transition:color .15s ease-in-out}.nav-module__c35mlW__link:hover,.nav-module__c35mlW__link:focus,.nav-module__c35mlW__link:active{color:var(--link-hover)}.nav-module__c35mlW__active{color:var(--link-hover)!important}.nav-module__c35mlW__menuButton{border:1px solid var(--link-default);color:var(--link-default);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:48px;height:48px;margin-left:auto;display:none}.nav-module__c35mlW__menuIcon{flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:100%;display:inline-flex}.nav-module__c35mlW__menuIcon span{background:currentColor;border-radius:2px;width:26px;height:3px;transition:transform .2s ease-in-out,opacity .2s ease-in-out;display:block}.nav-module__c35mlW__menuIconOpen span:first-child{transform:translateY(9px)rotate(45deg)}.nav-module__c35mlW__menuIconOpen span:nth-child(2){opacity:0}.nav-module__c35mlW__menuIconOpen span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.nav-module__c35mlW__mobileMenu{border-top:1px solid var(--link-default);z-index:20;background:#050505;width:100%;display:none;position:absolute;top:100%;left:0;box-shadow:0 8px 24px #00000073}.nav-module__c35mlW__mobileMenuOpen{box-sizing:border-box;flex-direction:column;gap:12px;padding:16px;display:flex}.nav-module__c35mlW__mobileMenu a,.nav-module__c35mlW__mobileMenuOpen a{text-transform:capitalize;color:var(--link-default);font-weight:600}.nav-module__c35mlW__mobileMenu a:hover,.nav-module__c35mlW__mobileMenu a:focus,.nav-module__c35mlW__mobileMenu a:active,.nav-module__c35mlW__mobileMenuOpen a:hover,.nav-module__c35mlW__mobileMenuOpen a:focus,.nav-module__c35mlW__mobileMenuOpen a:active{color:var(--link-hover)}@media (max-width:900px){.nav-module__c35mlW__linkList{display:none}.nav-module__c35mlW__menuButton{align-items:center;gap:8px;display:inline-flex}.nav-module__c35mlW__nav{width:95%}}
.search-module__hlcG6G__searchContainer{width:25%;position:relative}.search-module__hlcG6G__inputWrapper{background:#1a1a1a;border:1px solid #333;border-radius:8px;align-items:center;padding:0 12px;transition:border-color .15s ease-in-out;display:flex}.search-module__hlcG6G__inputWrapper:focus-within{border-color:var(--link-default)}.search-module__hlcG6G__searchIcon{color:#888;flex-shrink:0}.search-module__hlcG6G__searchInput{color:#ededed;width:200px;caret-color:var(--link-default);background:0 0;border:none;outline:none;padding:8px 10px;font-family:Quicksand,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem}.search-module__hlcG6G__searchInput::placeholder{color:#666}.search-module__hlcG6G__clearButton{cursor:pointer;color:#888;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .15s ease-in-out;display:flex}.search-module__hlcG6G__clearButton:hover{color:#ededed}.search-module__hlcG6G__dropdown{z-index:50;background:#111;border:1px solid #333;border-radius:8px;max-height:320px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0009}.search-module__hlcG6G__dropdown::-webkit-scrollbar{width:6px}.search-module__hlcG6G__dropdown::-webkit-scrollbar-track{background:0 0}.search-module__hlcG6G__dropdown::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.search-module__hlcG6G__dropdown::-webkit-scrollbar-thumb:hover{background:#555}.search-module__hlcG6G__resultItem{border-bottom:1px solid #222;flex-direction:column;gap:2px;padding:10px 14px;text-decoration:none;transition:background .1s ease-in-out;display:flex}.search-module__hlcG6G__resultItem:last-child{border-bottom:none}.search-module__hlcG6G__resultItem:hover{background:#1a1a1a}.search-module__hlcG6G__resultTitle{color:#ededed;font-size:.95rem;font-weight:600}.search-module__hlcG6G__resultPath{color:#888;font-size:.78rem;font-weight:500}.search-module__hlcG6G__noResults{text-align:center;color:#888;padding:14px;font-size:.9rem}@media (max-width:900px){.search-module__hlcG6G__searchContainer{width:60%;margin:0 auto}.search-module__hlcG6G__searchInput{width:100%}.search-module__hlcG6G__dropdown{left:0;right:0}}
.share-button-module__dRccqW__wrapper{z-index:999;flex-direction:column;align-items:center;display:flex;position:fixed;bottom:24px;right:24px}.share-button-module__dRccqW__menu{flex-direction:column;align-items:center;gap:10px;margin-bottom:10px;display:flex}.share-button-module__dRccqW__counter{color:#fff;background:#1f2937;border-radius:12px;padding:3px 9px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:700;line-height:1.4}.share-button-module__dRccqW__socialBtn{cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .15s,opacity .15s;display:flex;box-shadow:0 2px 8px #00000040}.share-button-module__dRccqW__socialBtn:hover{opacity:.9;transform:scale(1.1)}.share-button-module__dRccqW__mainBtn{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .15s,background .15s;display:flex;box-shadow:0 3px 12px #2563eb66}.share-button-module__dRccqW__mainBtn:hover{background:#1d4ed8;transform:scale(1.08)}
