@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";
:root{--primary:#0070f3;--primary-glow:radial-gradient(#0141ff66, #0141ff00);--secondary:#666;--background:#fff;--foreground:#000;--card-bg:#f8f9fa;--card-border:#0000001a;--max-width:1100px;--border-radius:12px;--font-quicksand:"Quicksand", sans-serif;--font-apple:-apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;--header-bg:#ffffffd9;--glass-blur:20px}@media (prefers-color-scheme:dark){:root{--primary:#3291ff;--primary-glow:radial-gradient(#0141ff66, #0141ff00);--secondary:#888;--background:#000;--foreground:#fff;--card-bg:#111;--card-border:#ffffff1a;--header-bg:#000000d9}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100vw;font-family:var(--font-apple);overflow-x:hidden}body{color:var(--foreground);background:var(--background);padding-top:80px;line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-quicksand)}h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:700;line-height:1.1}h2{letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;line-height:1.2}h3{font-size:1.25rem;font-weight:600}p{color:var(--secondary);margin-bottom:1.5rem;font-size:clamp(1rem,2vw,1.1rem)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (max-width:480px){.container{padding:0 1rem}}
.Header-module__ldgnoG__header{background:var(--header-bg);width:100%;height:80px;-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid var(--card-border);z-index:9999;align-items:center;display:flex;position:fixed;top:0;left:0}.Header-module__ldgnoG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__ldgnoG__logo{z-index:2100;align-items:center;display:flex}.Header-module__ldgnoG__logoImage{object-fit:contain;width:auto;height:40px}.Header-module__ldgnoG__logoDark{display:none}@media (prefers-color-scheme:dark){.Header-module__ldgnoG__logoLight{display:none}.Header-module__ldgnoG__logoDark{display:block}}.Header-module__ldgnoG__desktopNav{gap:2rem;display:flex}.Header-module__ldgnoG__desktopNav a{color:var(--foreground);font-size:.95rem;font-weight:600;transition:color .2s}.Header-module__ldgnoG__desktopNav a:hover,.Header-module__ldgnoG__desktopNav a.Header-module__ldgnoG__active{color:var(--primary)}.Header-module__ldgnoG__dropdown{display:inline-block;position:relative}.Header-module__ldgnoG__dropdownBtn{color:var(--foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.95rem;font-weight:600;transition:color .2s;display:flex}.Header-module__ldgnoG__dropdown:hover .Header-module__ldgnoG__dropdownBtn{color:var(--primary)}.Header-module__ldgnoG__dropdownContent{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--card-border);opacity:0;visibility:hidden;border-radius:12px;grid-template-columns:1fr 1fr;gap:2rem;min-width:320px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #0003}.Header-module__ldgnoG__dropdown:hover .Header-module__ldgnoG__dropdownContent{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__ldgnoG__dropdownSection h4{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.75rem;font-size:.8rem}.Header-module__ldgnoG__dropdownSection{flex-direction:column;gap:.5rem;display:flex}.Header-module__ldgnoG__dropdownSection a{white-space:nowrap;font-size:.9rem!important;font-weight:500!important}.Header-module__ldgnoG__hamburger{cursor:pointer;z-index:2100;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.Header-module__ldgnoG__hamburger span{background:var(--foreground);border-radius:10px;width:24px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.Header-module__ldgnoG__hamburgerOpen span:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__ldgnoG__hamburgerOpen span:nth-child(2){opacity:0;transform:translate(-10px)}.Header-module__ldgnoG__hamburgerOpen span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__ldgnoG__mobileNav{background:var(--header-bg);width:100%;height:100vh;-webkit-backdrop-filter:blur(var(--glass-blur));z-index:2050;justify-content:center;align-items:center;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.Header-module__ldgnoG__mobileNavOpen{transform:translate(0)}.Header-module__ldgnoG__mobileNav nav{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.Header-module__ldgnoG__mobileNav a{color:var(--foreground);font-size:1.75rem;font-weight:700}.Header-module__ldgnoG__mobileNav a.Header-module__ldgnoG__active{color:var(--primary)}.Header-module__ldgnoG__mobileLegalWrapper{flex-direction:column;align-items:center;width:100%;display:flex}.Header-module__ldgnoG__mobileLegalBtn{color:var(--foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:1.75rem;font-weight:700;display:flex}.Header-module__ldgnoG__mobileLegalContent{grid-template-columns:1fr 1fr;gap:2rem;width:100%;max-width:300px;margin-top:1.5rem;display:grid}.Header-module__ldgnoG__mobileLegalSection{flex-direction:column;align-items:center;gap:.75rem;display:flex}.Header-module__ldgnoG__mobileLegalSection h5{text-transform:uppercase;color:var(--text-secondary);margin-bottom:.25rem;font-size:.8rem}.Header-module__ldgnoG__mobileLegalSection a{font-size:1.1rem!important;font-weight:600!important}@media (max-width:768px){.Header-module__ldgnoG__header,.Header-module__ldgnoG__mobileNav{background:var(--background);-webkit-backdrop-filter:none}.Header-module__ldgnoG__desktopNav{display:none}.Header-module__ldgnoG__hamburger{display:flex}}
.Footer-module__Grjkva__footer{border-top:1px solid var(--card-border);text-align:center;margin-top:auto;padding:4rem 0}.Footer-module__Grjkva__footerLogo{justify-content:center;margin-bottom:1.5rem;display:flex}.Footer-module__Grjkva__logoImage{opacity:.8;filter:grayscale();width:auto;height:32px;transition:all .3s}.Footer-module__Grjkva__logoDark{display:none}@media (prefers-color-scheme:dark){.Footer-module__Grjkva__logoLight{display:none}.Footer-module__Grjkva__logoDark{display:block}}.Footer-module__Grjkva__logoImage:hover{opacity:1;filter:grayscale(0)}.Footer-module__Grjkva__footer p{color:var(--secondary);margin:0;font-size:.9rem}
