:root{--white:#fff;--accent-primary:#ff721c;--accent-secondary-gradient:linear-gradient(30deg, #6d60ff, #6062ff);--accent-secondary-color:#6062ff;--gradient-primary:linear-gradient(45deg, #ee6512, #ff721b);--gradient-secondary:linear-gradient(30deg, #6d60ff, #6062ff);--background:#010305;--dark-blue:#0c1335;--blue-grey:#2b2e4026;--light-grey:#798289;--dark--grey:#101820;--tranparent-grey:#2b2e401a;--indent-horziontal-mobile:30px;--indent-horizontal-tablet-s:30px;--indent-horizontal-tablet-m:60px;--indent-horizontal-desktop:120px;--card-border:#14171a;--card-hover-gradient:linear-gradient(20deg, #0d1116 0%, #0d111600 100%);--error:#b52729;--color-bg:#07070e;--color-surface:#0f1017;--color-surface-hover:#171824;--color-border:#1e1f2a;--color-text-primary:#fff;--color-text-secondary:#c9c9d3;--color-text-muted:#8a8ca0;--color-accent:#f5a623;--color-accent-alt:#7b6cf6;--color-service-orange:var(--color-accent);--color-service-purple:var(--color-accent-alt);--color-service-blue:#5aa9ff;--color-service-green:#5ecfa1;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--space-10:128px;--space-11:160px;--space-12:192px;--font-body:"Open Sans", "Inter", system-ui, -apple-system, sans-serif;--font-heading:"Open Sans", "Inter", system-ui, -apple-system, sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--layout-max-width:1200px;--header-height:80px}@media (min-width:1024px){:root{--header-height:96px}}

html::-webkit-scrollbar{width:6px}html::-webkit-scrollbar-track{background:var(--background)}html::-webkit-scrollbar-thumb{background-color:var(--dark-blue);border-radius:20px}html,body{scroll-behavior:smooth;margin:0;padding:0;font-family:Inter,sans-serif}section[id]{scroll-margin-top:80px;scroll-margin-top:var(--header-height,80px)}a{color:inherit;text-decoration:none}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--background)}#main-layout{grid-template-rows:1fr min-content;max-width:100vw;min-height:100vh;display:grid;overflow:hidden}.accentPrimaryText{color:var(--accent-primary)}.accentSecondaryText{background:var(--accent-secondary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.grid{width:800px;position:absolute}@media (min-width:720px){.grid{width:1200px}}.topGrid{top:0;transform:rotate(180deg)}.bottomGrid{bottom:0}.backgroundLinesWrapper{justify-content:center;align-items:center;width:90%;max-width:1200px;height:100%;display:flex;position:absolute;overflow:hidden}.backgroundLines{z-index:0;width:100%;max-width:260px;height:100%}@media (min-width:720px){.backgroundLines{min-width:1200px;min-height:408px}}
