body{margin:0}.main{display:flex;justify-content:space-between;gap:5rem}.info{flex-grow:1;padding:2rem}.toothpick{width:100vh;height:100vh;display:flex;justify-content:center;align-items:center}.toothpick>.tp{scale:var(--n)}.tp{position:relative}.tp-l,.tp-r{position:absolute;transform-origin:left;top:calc(-.5vh / var(--n));left:0;height:calc(1vh / var(--n));width:45vh;background-color:#000}.tp-l>.tp,.tp-r>.tp{left:100%;top:50%}.tp-l{rotate:-90deg}.tp-r{rotate:90deg}.tp-l:has(.tp-l:hover,.tp-r:hover,.hover),.tp-l:hover,.tp-l.hover{background-color:#00f}.tp-r:has(.tp-l:hover,.tp-r:hover,.hover),.tp-r:hover,.tp-r.hover{background-color:orange}
