@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800&display=swap");:root{--background:#ffffff;--foreground:#171717;--background-gradient:linear-gradient(180deg,#f9a8ba,#ffb579);--selected-background:#030c10;--hover-background:#4e5557;--border-color:#0f1525;--text-primary:#171717;--font-outfit:"Outfit",sans-serif;--font-handwriting:"Ms Madi",cursive;--navbar-height:50px}body,html{margin:0;padding:0;font-family:var(--font-outfit);background:var(--background-gradient);color:var(--foreground);height:auto;overflow-y:auto;scroll-behavior:smooth;overflow-x:hidden}html.light{--background:#f2cba1;--foreground:#171717;--background-gradient:radial-gradient(circle at 10% 30%,rgba(120,100,255,1) 2%,rgba(120,100,255,0.25) 20%,transparent 40%),radial-gradient(circle at 96% 2%,rgba(255,81,50,1) 2%,rgba(255,55,95,0.25) 20%,transparent 40%),#cfcfcf;--container-background:#f2f1ff;--selected-background:#f0f0f0;--hover-background:#e0e0e0;--separator-color:#dbe0e2;--text-primary:#15181f}html.dark{--background:#a25757;--foreground:#ededed;--background-gradient:radial-gradient(circle at 4% 30%,rgba(120,100,255,1) 2%,rgba(120,100,255,0.25) 20%,transparent 40%),radial-gradient(circle at 96% 30%,#ff7300 2%,#ff375f40 20%,transparent 40%),#080517;--container-background:#15181f;--selected-background:#2a363a;--hover-background:#4e5557;--separator-color:#8c8c8c;--text-primary:#f2f5ff}html.dark body{background:var(--background-gradient);background-repeat:no-repeat;background-attachment:fixed;background-size:120% 120%;background-position:50%}@media (max-width:768px){html.dark body{background-size:200% 200%;background-position:50% 20%}}.layout{display:flex;flex-direction:column}.mainContent{min-height:100vh;position:sticky}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}