:root{--pink:#ff007a;--red:#ff0004;--violet:#8f07c0;--magenta:#db00ff;--green:#05c412;--light-violet:#af5eff;--dark-violet:#271844;--light-rose:#f9f4ff;--light-pink:#fff0f7;--light-green:#ecfced;--main-bg-color:#fff;--black:#000;--white:#fff;--main-text-color:#000;--shadow-color:#00000040}*{box-sizing:border-box;padding:0;margin:0}body,html{background-color:var(--white);max-width:1440px;color:var(--main-text-color);margin:0 auto}a{color:inherit;text-decoration:none}.locations-tree>div:first-child,.locations-tree>div:nth-child(2){height:100%!important}@media (prefers-color-scheme:dark){html{color-scheme:dark}}